Skip to content

Creating scopes

Tom Seidel edited this page Apr 24, 2022 · 1 revision

Scopes describes which grants are available with a specific login. Typically you introduce a scope if you have a function in your app that is accessible only with a given grant.

Scopes are referenced to two other entities: 1. Applications - That means that a special application can handle several scopes. 2. Users - A user has the ability to obtain an authorization with the given scope.

Create a new scope

To create a new scope you can use the command create-scope

create-scope

Assign the scope to an application

After you have created a scope you can assign them to an application. Use the command assign-scopes-to-application

assign_scope_to_app

Clone this wiki locally