Identity Protocol Lab

Inspect JWT, SAML, OIDC discovery, JWKS, WebAuthn, and SCIM artifacts locally. Flag structural risks, generate PKCE S256, and save a private workspace.

Advertisement

Inspect identity artifacts without uploading them

Paste a bounded compact JWT, SAML assertion, discovery document, JWKS, WebAuthn credential shape, or SCIM resource. The lab extracts normalized facts and flags unsafe algorithms, exposed private JWK parameters, missing fields, and validity-window concerns.

Keep trust claims explicit

Parsing is not signature verification, issuer trust, audience validation, or authorization. Generate a PKCE S256 pair with Web Crypto, save only the normalized analysis, and continue into focused verification and federation tools.

Frequently Asked Questions

Does decoding a token prove it is valid?+

No. Decoding only exposes structure. Signature verification also needs an expected algorithm and trusted key, while authentication additionally requires issuer, audience, time, nonce, and application-policy checks.

Are tokens or PKCE verifiers saved?+

Raw identity artifacts and PKCE verifiers are not included in the workspace. Only normalized inspection facts, findings, and the non-secret PKCE challenge can be saved.

Can it inspect base64 SAML responses?+

Yes. It accepts XML, base64-encoded XML, URL-encoded input, and a SAMLResponse form value. DTD and entity declarations are rejected, and signature presence is reported separately from verification.

Related tools

This tool is provided for informational and educational purposes only. All processing happens in your browser — no data is sent to or stored on our servers. While we strive for accuracy, we make no warranties about the completeness or reliability of results.