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

Compare with Current View Page History

« Previous Version 22 Next »

The OIDC Provider from BankID supports the following standard endpoints. Please see availability and access for the API baseurl for each of the support configurations and/or enviroments.

EndpointSupport

Openid-configuration (metadata)

(tick)

Jwk (signing keys)

(tick)

Authorize

(tick)

Token

https://<baseurl>/oauth/token

Introspect

https://<baseurl>/oauth/introspect

Userinfo

https://<baseurl>/oauth/userinfo

The Userinfo endpoint differs from the rest since it is actually a Protected Endpoint for the Resource Server associated with the TINFO service. Protected Endpoints for the PSD2 service is beyond the scope of the REST API of the OIDC Provider from BankID.

  • No labels