Test the connection to an identity provider by fetching its OIDC discovery document. Use this to verify the IDP is accessible and properly configured.
A valid request URL is required to generate request examples
{ "success": true, "issuer": "<string>", "jwks_uri": "<string>", "error": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
IDP connection test parameters
Identity provider type: okta, azure (Azure AD), auth0, google, or custom_oidc for any OIDC-compliant provider
okta
azure
auth0
google
custom_oidc
OK
Result of IDP connection test