mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-16 08:40:44 +00:00
docs(oidc): token exchange beta feature info (#7670)
* docs(oidc): token exchange beta feature info This change adds an info box to the token exchange documentation, informing the reader of the beta state of the feature and how to enable it. * Update docs/docs/apis/openidoauth/endpoints.mdx Co-authored-by: Fabi <fabienne@zitadel.com> * Update docs/docs/guides/integrate/token-exchange.mdx Co-authored-by: Fabi <fabienne@zitadel.com> --------- Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
@@ -380,6 +380,10 @@ curl --request POST \
|
||||
|
||||
The Token Exchange grant implements [RFC 8693, OAuth 2.0 Token Exchange](https://www.rfc-editor.org/rfc/rfc8693) and can be used to exchange tokens to a different scope, audience or subject. Changing the subject of an authenticated token is called impersonation or delegation. ZITADEL also provides a [token exchange guide](/docs/guides/integrate/token-exchange) with more details on using the Token Exchange Grant.
|
||||
|
||||
:::info
|
||||
Token Exchange is currently an experimental [beta](/docs/support/software-release-cycles-support#beta) feature. Be sure to enable it on the [feature API](/docs/guides/integrate/token-exchange#feature-api) before using it.
|
||||
:::
|
||||
|
||||
#### Request parameters
|
||||
|
||||
<TokenExchangeRequest />
|
||||
|
Reference in New Issue
Block a user