Developer tools

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

ToolDescription
OIDC SandboxTest and explore OpenID Connect flows in an interactive sandbox environment.
OIDC PKCEStep through a full PKCE authorization code flow and inspect each exchange.

SAML

ToolDescription
SAML Decoder/EncoderDecode or encode SAML requests and responses, including XML inspection.

Utilities/encoding & formatting tools

ToolDescription
JWT Decoder/EncoderInspect the header, payload, and signature of a JSON Web Token.
Generate PKCE ParametersGenerate a code_verifier and the corresponding code_challenge for PKCE flows.
Base64 Decoder/EncoderEncode or decode Base64 and Base64url strings.
URL Decoder/EncoderPercent-encode or decode URL strings.
Timestamp DecoderConvert Unix timestamps to human-readable dates and vice versa.
Timezone ConverterConvert date/time values between timezones.
JSON/XML Beautifier/MinimizerPretty-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.