Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

  1. Open the app registration

  2. Open “Expose an API” tab

  3. Click “Add a scope”

    1. Scope name: custom_scope

    2. Who can consent? Admins and users

    3. Admin consent display name: custom_scope

    4. Admin consent description: A custom ModelOp Center scope

    5. User consent display name:

    6. User consent description:

    7. 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:

...