oidc

Test OIDC connection.

Tests connectivity to an OIDC provider by fetching its discovery document. Returns the provider's endpoints if successful.

post/security/oidc/test

Request body

issuerstring required

OIDC provider issuer URL to test

Example request

{
  "issuer": "https://auth.example.com"
}

Response

Connection successful

successboolean
issuerstring

Issuer from discovery document

authorization_endpointstring

OAuth authorization endpoint

token_endpointstring

OAuth token endpoint

userinfo_endpointstring

OIDC userinfo endpoint

jwks_uristring

JSON Web Key Set URI

Changes

Changed in 2 of the 2 revisions of this API.11