Skip to main content
POST
/
identity-providers
/
test
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "issuer": "<string>",
  "jwks_uri": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

IDP connection test parameters

idp_type
enum<string>
required

Identity provider type: okta, azure (Azure AD), auth0, google, or custom_oidc for any OIDC-compliant provider

Available options:
okta,
azure,
auth0,
google,
custom_oidc
idp_domain
string
idp_issuer
string<uri>

Response

OK

Result of IDP connection test

success
boolean
required
issuer
string | null
required
jwks_uri
string | null
required
error
string | null
required