/
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
More like this
token
More like this
Authentication with OIDC
Authentication with OIDC
More like this
Claims
Claims
Read with this
openid-configuration
openid-configuration
More like this
Client authentication
Client authentication
Read with this