You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 49 Next »

URLhttps://<baseurl>/oauth/.well-known/openid-configuration
RequestGET
AuthenticationNone (public)
Request parametersNone
Response elementsJSON structure according to standard.
ExampleSee below

Openid-configuration is a standard endpoint that returns a JSON-formatted response containing configuration metadata in terms of key properties of the OIDC Provider. Among other things this endpoint is used to token signature validation.

Example

Request
GET /oidc/oauth/.well-known/openid-configuration HTTP/1.1
cache-control: no-cache
Postman-Token: 3843b6d8-5954-46f6-b569-ccaf00147f96
User-Agent: PostmanRuntime/3.0.11-hotfix.2
Accept: */*
Host: preprod.bankidapis.no
Connection: close
  • No labels