v1

latestOpenAPI 3.0.0Apache 2.02026-07-177719.4 KB
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