Token Exchange
An OAuth 2.0 extension protocol for swapping security tokens to transfer identity and authorization context between services.
Explore more about Identity & Security
Related terms
An authorization framework that enables applications to obtain limited access to protected resources without exposing a user's credentials.
Access TokenA credential issued after authentication that authorizes a client to access protected resources or APIs for a limited period.
Refresh TokenA long-lived credential used to request new access tokens without requiring the user to re-authenticate.
Bearer TokenA security token that grants access to protected resources solely by possession, without requiring additional proof of identity.
AuthenticationThe process of verifying the identity of a user, application, or system before granting access to protected resources or services.
AuthorizationThe process of determining what actions or resources an authenticated user, application, or system is permitted to access.