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 |