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!


EndpointExample Endpoint URL
authorizationhttps://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/auth
jwkshttps://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/certs
openid-configurationhttps://auth.buypass.no/auth/realms/SECURITYDOMAIN/.well-known/openid-configuration
tokenhttps://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/token
introspecthttps://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/token/introspect
userinfohttps://auth.buypass.no/auth/realms/SECURITYDOMAIN/protocol/openid-connect/userinfo