Obtain an Azure app ID for BEMS with credential authentication
Azure
app ID for BEMS
with credential authentication- Log on to portal.azure.com.
- In the left column, clickAzure Active Directory.
- ClickApp registrations.
- ClickNew application registration.
- In theNamefield, enter a name for the app.
- In theApplication typedrop-down list, selectNative.
- In theRedirect URIfield, enterhttps://localhost:8443
- PressEnter.
- ClickCreate.
- Select the app name that you created.
- ClickSettings.
- ClickRequired permissions.
- ClickAdd.
- ClickSelect an API.
- SelectOffice 365 Exchange Online.
- ClickSelect.
- Select theAccess mailboxes as the signed-in user via Exchange Web Servicecheckbox forMicrosoft Office 365.
- ClickSelect.
- ClickDone.
- ClickGrant Permissions.
- ClickYes.
- ClickAdd.
- ClickSelect an API.
- ClickMicrosoft Graph.
- ClickSelect.
- In theDelegated Permissionssection, select theSign in and read user profilecheckbox.
- ClickSelect.
- ClickDone.
- ClickGrant Permissions.
- ClickYes.
- Copy theApplication ID. The Application ID is displayed in the mainApp Registrationspage for the specified app. This is used as theClient application IDwhen you configureBEMSto communicate withMicrosoft Office 365.