SAML 2.0 Assertion

Exchange a SAML 2.0 Assertion for an OAuth 2.0 Access Token (RFC 7522)

Configuration
SAML 2.0 Assertion Flow
1
CLIENT APP

Exchange SAML 2.0 Assertion

Exchange a Base64-encoded SAML 2.0 assertion for an OAuth 2.0 access token. The assertion is typically obtained from a SAML Identity Provider.

/oauth2/default/v1/token grant_type=urn:ietf:params:oauth:grant-type:saml2-bearer
Configuration
/oauth2/default/v1/
Configure Okta Domain and Authorization Server to load scopes
cURL Command

          
        
2
CLIENT APP Optional

Test Token with API

Test the access token by making an authenticated API request to a resource server.

cURL Command