/
OpenID Provider endpoints
OpenID Provider endpoints
Child pages are descriptions of the REST endpoints provided by the Buypass OpenID Provider.
Some client libraries retrieve all required endpoints from using the OpenID Connect Discovery endpoint (see openid-configuration), but others might need to list the endpoints in the client configuration individually.
Note that the recommended approach is to retrieve the urls from the openid-configuration endpoint!
Endpoint | Example Endpoint URL |
---|---|
authorization | https://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/auth |
jwks | https://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/certs |
openid-configuration | https://auth.buypass.no/auth/realms/SECURITYDOMAIN/.well-known/openid-configuration |
token | https://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/token |
introspect | https://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/token/introspect |
userinfo | https://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/userinfo |
, multiple selections available,
Related content
authorization
authorization
Read with this
Redirect URI(s) for configuration of SCASP in our eSigning service
Redirect URI(s) for configuration of SCASP in our eSigning service
More like this
Claims
Claims
Read with this
Client authentication
Client authentication
Read with this
token
Read with this
Authentication with OIDC
Authentication with OIDC
Read with this