Decoder Ring
Decoder Ring is a suite of developer tools made freely available by Strivacity, designed to help developers quickly inspect, validate, and troubleshoot identity and security artifacts.
OAuth2 & OIDC
| Tool | Description |
|---|---|
| OIDC Sandbox | Test and explore OpenID Connect flows in an interactive sandbox environment. |
| OIDC PKCE | Step through a full PKCE authorization code flow and inspect each exchange. |
SAML
| Tool | Description |
|---|---|
| SAML Decoder/Encoder | Decode or encode SAML requests and responses, including XML inspection. |
Utilities/encoding & formatting tools
| Tool | Description |
|---|---|
| JWT Decoder/Encoder | Inspect the header, payload, and signature of a JSON Web Token. |
| Generate PKCE Parameters | Generate a code_verifier and the corresponding code_challenge for PKCE flows. |
| Base64 Decoder/Encoder | Encode or decode Base64 and Base64url strings. |
| URL Decoder/Encoder | Percent-encode or decode URL strings. |
| Timestamp Decoder | Convert Unix timestamps to human-readable dates and vice versa. |
| Timezone Converter | Convert date/time values between timezones. |
| JSON/XML Beautifier/Minimizer | Pretty-print or minify JSON and XML payloads. |
Secure coding guidance
This guide outlines secure implementation practices for building web and mobile applications using Strivacity as your OAuth 2.0 and OpenID Connect provider.
