This component consists of the following modules
Actions in the IS module
OAuth_AuthorizationCodeToken
Exchanges an Authorization Code grant for an access token and optional refresh and identity token. (Based on requested scopes). Please note that this action only exchanges an already existing code.
Input
Output
OAuth_ClientCredentialsToken
Exchanges Client Identifier and Client Secret for an application based access token.
OAuth_IntrospectToken
Sends a given access token to the introspection endpoint of an authorization server for verification.
OAuth_RefreshToken
Exchange a refresh token for a new access token and (optional) new refresh token.
OAuth_RevokeToken
Revoke an access token at the authorization server.
OAuth_ProofKeyCode
Generates code verifier and challenge for Proof Key Code Exchange Authorization flow