← Tools
OIDC Decoder
Paste an OpenID Connect ID token or a .well-known/openid-configuration document and decode it: the core claims, profile claims, endpoints, and capabilities, with checks for required claims, signing algorithm, nonce, and PKCE.
Decoding runs locally in your browser. It never calls the jwks_uri or any endpoint, and nothing is sent anywhere.
Authorization code flow
Relying PartyOpenID Provider