Standalone token utilities for UserInfo, Introspect, Revoke, and Logout endpoints
Paste your Okta tokens and configure the domain and authorization server to use with the tools below.
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 ↗
Call the /introspect endpoint to inspect the token and verify its active status, scopes, and metadata. API Reference ↗
Call the /revoke endpoint to revoke an access or refresh token, rendering it unusable. API Reference ↗
Exchange a refresh token for new access and ID tokens using the /token endpoint with grant_type=refresh_token. Docs ↗
End the user's Okta session using RP-Initiated Logout. Will open in a new browser window. API Reference ↗