Token Tools

Standalone token utilities for UserInfo, Introspect, Revoke, and Logout endpoints

Token Configuration

Paste your Okta tokens and configure the domain and authorization server to use with the tools below.

Configuration
/oauth2/default/v1/

Token APIs

Use the tools below to call Okta's token endpoints with your pasted tokens.

Call the /userinfo endpoint with the access token to retrieve the authenticated user's profile claims. API Reference ↗

cURL Command

            

Call the /introspect endpoint to inspect the token and verify its active status, scopes, and metadata. API Reference ↗

cURL Command

            

Call the /revoke endpoint to revoke an access or refresh token, rendering it unusable. API Reference ↗

cURL Command

            

Exchange a refresh token for new access and ID tokens using the /token endpoint with grant_type=refresh_token. Docs ↗

cURL Command

            

End the user's Okta session using RP-Initiated Logout. Will open in a new browser window. API Reference ↗

cURL Command