OIDC Discovery Checker - Validate OpenID Connect Configuration

Updated: Feb 14, 2026

OIDC Discovery Checker

Fetch and validate OpenID Connect Discovery endpoints (.well-known/openid-configuration). Enter an issuer URL to inspect authorization endpoints, token endpoints, supported scopes, signing algorithms, and more. Essential for debugging OAuth 2.0 and OIDC integrations.

How to Use

  1. Enter your OIDC provider’s issuer URL (e.g., https://accounts.google.com)
  2. Click “Check Discovery” to fetch the configuration
  3. Review the validated results with status indicators
FieldWhat It Tells You
authorization_endpointWhere to redirect users for login
token_endpointWhere to exchange codes for tokens
jwks_uriWhere to find public keys for JWT verification
scopes_supportedWhat scopes the provider accepts
response_types_supportedWhich OAuth flows are supported

Core Endpoints
Capabilities
Security
Raw JSON

Privacy & Security

This tool fetches the public .well-known/openid-configuration endpoint directly from your browser. No data is proxied through our servers. Only public OIDC metadata is accessed โ€” no tokens or credentials are involved.

IAMDevBox Author

Written by IAMDevBox

Enterprise IAM architect with 15+ years in identity modernization. Certified across ForgeRock, Ping Identity, SailPoint, AWS, and Azure.

Latest Articles