Configuring client application and API permissions
Learn configuring client application and API permissions.
-
Navigate to Microsoft Azure Portal.
Note: The current URL of Microsoft Azure Portal is https://portal.azure.com /#home. -
Click Azure Active Directory > App registrations.
Note: If you want to register a new client, then click New registration. -
Select the registered client application.
-
To add or generate a client secret for the application, do the following:
-
Click Client credentials > New client secret.
-
Type the description, and then specify the expiry date.
-
Click Add.
Note: Take note of the actual value of client secret as it will be masked after saving it.
-
-
To add Redirect URIs, do the following:
-
Select Redirect URIs.
-
Click Add a platform > Web.
-
Enter a valid URI for the application.
Note: The port details must be specified. -
Click Configure.
-
Setting API permissions for registered client applications
-
Navigate to Microsoft Azure Portal.
Note: The current URL of Microsoft Azure Portal is https://portal.azure.com /#home. -
Click Azure Active Directory > App registrations.
-
Select the registered client application.
-
In the left pane, select API permissions > Add a permission.
-
In the Microsoft APIs section, select Microsoft Graph > Delegated permissions.
-
In the Opened permissions section, select the following:
-
email
-
offline_access
-
openid
-
-
In the Mail section, select Mail.ReadWrite.
-
Select Add permissions.