OAuth Tokens (sts/v1)
Exchange an OAuth Token
Use this operation to exchange an access token (JWT) issued by an external identity provider for an access token (JWT) issued by Confluent.This enables the use of external identities to access Confluent Cloud APIs.
post/sts/v1/oauth2/token
Response
access token used to access public control plane api
Example response
{
"issued_token_type": "urn:ietf:params:oauth:token-type:access_token",
"token_type": "Bearer",
"expires_in": 3600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.