OpenID Configuration Endpoint
GET/realms/:realmId/.well-known/openid-configuration
The configuration endpoint returns a JSON object with information about the OpenID provider. It can be used to inspect the realm's OpenID configuration and can facilitate the setup of external OpenID authentication solutions.
Request
Path Parameters
realmId stringrequired
The realm's id
Responses
- 200
- 404
- application/json
- Schema
Schema
- string
Not found
Loading...