Add application to Azure AD
Add an application to Azure Active Directory to create and expose Microsoft Graph API endpoints for provisioning.
Steps
-
Complete the steps in Register an application with the Microsoft identity platform in the Microsoft identity platform documentation.
-
Note your Azure application ID and secret.
-
To allow the provisioner to manage all users, including deleting users or modifying administrators, assign the "User administrator" role to your Azure AD application.
-
Complete the steps in "Authorization_RequestDenied" error message when you try to change a password if you use Graph API in the Microsoft documentation.
-
-
Add the following application permissions to your application by completing the steps in .microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-access-web-apis//[Add permissions to access web APIs]:
-
Application.ReadWrite.All
-
Group.ReadWrite.All
-
Organization.Read.All
-
User.ReadWrite.All
-