100% Private

OAuth & OIDC Token Decoders

OAuth and OIDC Tokens

OAuth 2.0 and OpenID Connect use tokens to authorize API access and authenticate users. Understanding token contents helps debug authentication issues and verify security configurations.

Access Tokens

OAuth access tokens authorize API requests. They may be opaque strings (requiring introspection) or self-contained JWTs. Our decoder handles both formats, parsing JWT tokens directly and displaying structure for opaque tokens.

ID Tokens

OpenID Connect ID tokens are JWTs containing user identity claims. They prove authentication occurred and provide user information like email and name.

Scope Analysis

OAuth scopes define what permissions a token grants. Our analyzer displays requested and granted scopes, helping verify that applications request only necessary permissions.


Privacy Notice: This site works entirely in your browser. We don't collect or store your data. Optional analytics help us improve the site. You can deny without affecting functionality.