Authentication

Because SSO is a service providing authentication and authorization services to clients, several HTTP authentication schemas are in use.

In OAuth, following HTTP authentication schemes are used: Anonymous, Basic Auth and Bearer Token Auth.

  • Anonymous: Starting the authorization flow.

  • Basic Auth: Exchanging the authorization code for an access token

  • Bearer Auth: Using the access token to download user data

Last updated