Does this tool contact the authorization server?
No. Every URL is parsed as text. Discovery, request_uri, JWKS, redirect, token, and userinfo endpoints are never requested.
Inspect an OAuth 2.0 or OpenID Connect authorization request, compare an optional callback, PKCE verifier, ID Token, token response, and pasted discovery metadata without contacting the issuer.
Open your browser DevTools and the Network panel, optionally clear existing requests, then run the tool. Page assets or consent-based analytics may still load, but tool payloads, files, keys, and results are not sent for processing.
Start with an authorization URL. Add any callback, expected values, code_verifier, token response, or discovery JSON you already have. Every comparison runs locally; endpoints and request_uri values are never opened.
DecodeLens preserves duplicate query and fragment parameters, compares only values you supplied, derives PKCE locally, and passes exact JWT/JWE/JSON children to focused tools through memory-only handoff.
Continue with tools that decode, convert, inspect, or verify the same data.
Generate RFC 7636 code verifiers and S256 challenges, or verify an existing verifier/challenge pair without persisting secrets.
Open toolParse JWT segments and inspect formatted Header, Payload, and Signature data locally.
Open toolInspect JWE and JWS Compact segments, JWK or JWKS keys, embedded certificates, and RFC 7638 thumbprints without fetching remote key URLs.
Open toolDecode RFC 9449 DPoP proof JWTs, verify the embedded public JWK signature, and compare htm, htu, iat, ath, nonce, and token key binding locally.
Open toolLoad the example to compare state, nonce, PKCE, redirect_uri, discovery authorization endpoint, and ID Token issuer, then open the exact ID Token in JWT Inspector.
authorization URL + callback + code_verifier + token/discovery JSONparameters → state/nonce/PKCE → exact token handoffs → findingsNo. Every URL is parsed as text. Discovery, request_uri, JWKS, redirect, token, and userinfo endpoints are never requested.
No. It means only that the compared values supplied to DecodeLens are equal. Server-side storage, cookie binding, signature verification, client policy, and trust are separate checks.
Yes. Supported compact artifacts can be opened exactly in JWT or JOSE Inspector without putting their contents in the URL or browser storage.