Skip to content

docs(redis): document OIDC private_key_jwt authentication#5211

Merged
marcduiker merged 1 commit into
dapr:v1.19from
nelson-parente:oss-864-redis-oidc-docs
Jun 23, 2026
Merged

docs(redis): document OIDC private_key_jwt authentication#5211
marcduiker merged 1 commit into
dapr:v1.19from
nelson-parente:oss-864-redis-oidc-docs

Conversation

@nelson-parente

Copy link
Copy Markdown
Contributor

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

Description

Documents the new useOIDC authentication option for the Redis-based components (state, pubsub, lock, bindings, configuration), implemented in dapr/components-contrib#4408:

  • Redis state store page (setup-redis.md): full oidc* metadata field reference rows, a dedicated OIDC private_key_jwt authentication section explaining the flow (signed JWT client assertion → access token as AUTH password → automatic refresh), and an example component YAML using a secret store for the cert/key.
  • Pub/sub, lock, bindings, and configuration store Redis pages: useOIDC row in each metadata table, linking to the state store page for the full field list (the implementation is shared across all five components).

Targets v1.19 since the feature lands in components-contrib main after the 1.18 release.

Issue reference

Implementation PR: dapr/components-contrib#4408 (closes dapr/components-contrib#4107)

Document the new useOIDC authentication option for the Redis-based
components (state, pubsub, lock, bindings, configuration), added in
dapr/components-contrib#4408.

- Full metadata field reference and example component YAML on the
  Redis state store page
- useOIDC row in the metadata tables of the other four Redis pages,
  linking to the state store page for the full field list

Signed-off-by: Nelson Parente <nelson_parente@live.com.pt>

@marcduiker marcduiker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcduiker marcduiker merged commit 9184746 into dapr:v1.19 Jun 23, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants