Create Custom Scope in Microsoft Entra ID
- Last UpdatedJul 08, 2025
- 1 minute read
You use the custom scope in the Identity provider so that you can pass the same token to the Web API used in the workflow.
To create a custom scope in Microsoft Entra ID:
-
Access the Microsoft Azure portal.
-
Click App registrations in the left navigation pane.
-
Select the registered application.
-
Click Expose an API in the left navigation panel.
-
Click Application ID URI link and make sure the URI name has correct client id and worktasks. For example, api://<client id>/worktasks
-
To define the scope, click a link under Scopes for the registered application.
-
Enter awt.workflow as the scope name.
-
Enter the other details.

-
-
To authorize client applications, click a link under Client Id.
-
Select the check box for the created custom scope under Authorized scopes.

-
-
Click Save.
The custom scope for the Work Tasks application gets created in the Microsoft Entra ID.
Note: Make sure the Client ID matches the client id mentioned in the Farm Configuration Wizard.