Toolbox · 15 tools · nothing leaves the page
Developer tools that never see your tokens.
Every tool runs inside the browser tab. Paste a production JWT, SAML response or config file; nothing is sent to a server, and there is nothing to sign up for.
JWT Decoder
Decode header and claims, check expiry and algorithm, spot the wrong audience.
Open tool /tools/pkce-generator/PKCE Generator
Generate code_verifier and S256 code_challenge pairs for authorization-code flows.
Open tool /tools/saml-decoder/SAML Decoder
Inflate and pretty-print SAML requests and responses. Read NameID, attributes and conditions.
Open tool /tools/oauth-playground/OAuth 2.0 Playground
Run authorization-code, PKCE and client-credentials flows against your own provider.
Open tool /tools/oidc-checker/OIDC Discovery Checker
Fetch .well-known/openid-configuration and validate endpoints, scopes and signing keys.
Open tool /tools/forgerock-url-builder/ForgeRock URL Builder
Build AM OAuth 2.0, journey, IDM and SAML endpoint URLs without memorising the syntax.
Open tool /tools/jwt-builder/JWT Builder
Create and sign test tokens with HS256, HS384 or HS512. Set exp, iat, sub, iss and custom claims.
Open tool /tools/sailpoint-rule-builder/SailPoint IdentityIQ Rule Builder
Generate Rule, Workflow and TaskDefinition XML with the right Signature per rule type, plus a BeanShell compatibility check.
Open tool /tools/rest-tool/REST API Tester
Send HTTP requests with custom headers, bearer tokens or basic auth and inspect the response.
Open tool /tools/timestamp-converter/Unix Timestamp Converter
Convert epoch seconds and milliseconds to dates and back. Built for exp, iat and nbf claims.
Open tool /tools/url-encoder/URL Encoder / Decoder
Encode and decode URLs, query strings and URI components. Parse redirect_uri parameters.
Open tool /tools/base64/Base64 Encoder / Decoder
Encode text to Base64 or decode it back. Handles the URL-safe variant used in JWTs and SAML.
Open tool /tools/yaml-json/YAML ⇄ JSON Converter
Convert and format YAML and JSON both ways. Kubernetes manifests, Docker Compose, CI pipelines.
Open tool /tools/xml-json/XML ⇄ JSON Converter
Convert XML to JSON and back. SAML responses, SOAP envelopes and metadata files.
Open tool /tools/rot47/ROT47 Encoder / Decoder
Obfuscate and deobfuscate text with the ROT47 cipher for quick, reversible masking.
Open tool