Obtain an Azure app ID for BEMS with client secret authentication
Azure
app ID for BEMS
with client secret authentication- Sign in to portal.azure.com.
- In the left column, clickAzure Active Directory.
- ClickApp registrations.
- ClickNew registration.
- In theNamefield, enter a name for the app.
- Select a supported account type.
- Optionally, in theRedirect URIsection, in the drop-down list, selectPublic/client (mobile & desktop)and enterhttps://localhost:8443.
- ClickRegister. The new registered app appears.
- In theManagesection, clickAPI permissions.
- ClickAdd a permission.
- ClickMicrosoft Graph.
- Set the following Application permissions forMicrosoft Graph.
- Read and write contacts in all mailboxes (Contacts > Contacts.ReadWrite)
- Read mail in all mailboxes (Mail > Mail.Read)
- Read all user's full profile (User > User.Read.All)
- ClickUpdate permissions.
- ClickGrant admin consent. ClickYes.
- Add a client secret.
- In theManagesection, clickCertificates & secrets.
- ClickNew client secret.
- In theDescriptionfield, enter a key description up to a maximum of 16 characters including spaces.
- Set an expiration date (for example, 3 months, 12 months, custom).
- ClickAdd.
- Copy the keyValue.The Value is available only when you create it. You cannot access it after you leave the page. This is used as theClient secretin theBEMSDashboard when you enableMicrosoft Office 365and configureBEMSto communicate withMicrosoft Office 365.