Skip to main content

List all Scopes

GET 

/scopes-srv/scope/list

This API call allows you to retrieve a list of all available scopes. Scopes are used as permissions to protect resources. Per API, you can define the required scopes/allowed scopes that can access this resource.

Scopes are relevant for:

  • Managing permissions: Scopes can be used to secure your endpoints. The access token must contain the particular scope to be authorized.
  • Controlling the user profile data returned in id_token and userinfo endpoint

Note: Returns HTTP 204 (No Content) if no scopes are found.

Responses

OK