OIDC Discovery Tool

Test and validate OpenID Connect discovery endpoints and configurations

Enter the full HTTPS URL of your OpenID Provider’s discovery (metadata) document. the JSON served at /.well-known/openid-configuration (sometimes called the “well-known” URL). This is not your app’s redirect URI, login page, or API base URL; it is the address your library or docs refer to for OIDC discovery.
Please enter a valid URL.

Discovery Document

Loaded

Endpoint Analysis

Configuration Summary

Issuer

-

Supported Scopes

-

Response Types

-

Grant Types

-

Understanding OIDC Discovery

How OpenID Connect Discovery simplifies integration

What is OIDC Discovery?

OIDC Discovery is a mechanism that allows clients to dynamically discover OpenID Connect provider configuration and endpoints through a well-known URL.

Configuration Details

The discovery document contains essential information like authorization endpoints, token endpoints, supported scopes, and cryptographic keys.

Easy Integration

Discovery eliminates manual configuration by automatically providing all necessary endpoints and capabilities, making OIDC integration simpler and more reliable.

Need help implementing OIDC?

AuthAction provides complete OpenID Connect support with easy-to-use SDKs and comprehensive documentation.