-
Notifications
You must be signed in to change notification settings - Fork 0
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.
To create a new scope you can use the command create-scope
After you have created a scope you can assign them to an application. Use the command assign-scopes-to-application