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

Compare with Current View Page History

« Previous Version 21 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.

EndpointURL

Openid-configuration (metadata)

https://<baseurl>/oauth/.well-known/openid-configuration

Jwk (signing keys)

https://<baseurl>/oauth/userinfo/jwk

Authorize

https://<baseurl>/oauth/authorize

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