loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content
Download CollectionRun in Postman
Test our APIs instantly!
Download the collection or run it directly in Postman to explore all LoginRadius API endpoints.

OpenID Connect Discovery endpoint

GET 

/service/oidc/:OIDCAppName/.well-known/openid-configuration

Returns the OpenID Provider Configuration Information per OpenID Connect Discovery 1.0 (Section 4). Clients use this endpoint to dynamically discover the issuer, supported endpoints, scopes, response types, claims, and signing algorithms. The response includes the authorization_endpoint, token_endpoint, userinfo_endpoint, jwks_uri, and other metadata needed to configure an OIDC Relying Party.

Request

Responses

OK: The request was successful.