...
To have Azure AD issue tokens for the aforementioned apps, each app needs a custom scope. For example, e.g: custom_scope
, can be the name of our scope.
To create the custom scope, follow these steps for each app:
Open the app registration
Open “Expose an API” tab
Click “Add a scope”
Scope name:
custom_scope
Who can consent? Admins and users
Admin consent display name:
custom_scope
Admin consent description: A custom ModelOp Center scope
User consent display name:
User consent description:
State: Enabled
Once the custom scope is created, it has to be added as a permission on each ModelOp Center app, and admin consent must be granted for the app to be able to use it:
...