Create an enterprise endpoint in Azure
Azure
To provide
BlackBerry UEM
access to Microsoft
Azure
, you must create an enterprise endpoint within Azure
. The enterprise endpoint allows BlackBerry UEM
to authenticate with Microsoft
Azure
. For more information, see https://docs.microsoft.com/en-us/azure/active-directory/active-directory-app-registration.If you are connecting
BlackBerry UEM
to both Microsoft Intune
and the Windows Store
for Business, use a different enterprise application for each purpose due to differences in permissions and potential future changes.- If you use modern authentication, make sure that you have the Reply URL. For instructions on obtaining the Reply URL for modern authentication, see Configure BlackBerry UEM to synchronize with Microsoft Intune.
- Log in to the Azure portal.
- Go toMicrosoft Azure > Azure Active Directory > App registrations.
- ClickEndpoints.
- Copy theOAuth 2.0 token endpoint (v1)value and paste it to a text file.This is theOAuth 2.0 token endpointrequired inBlackBerry UEM.
- Close theEndpointslist and clickNew registration.
- In theNamefield, enter a name for the app.
- Select which account types can use the application or access the API.
- In theRedirect URIsection, in the drop-down list, selectWeband enter a valid URL. The URL format is https://<FQDN_of_the_BlackBerry_UEM_server>:<port>/admin/intuneauth
- If you use client credentials authentication or don't have a registered domain, you can use:http://localhost/
- If you use modern authentication, enter the Reply URL from theBlackBerry UEM. For instructions, see Configure BlackBerry UEM to synchronize with Microsoft Intune.
- ClickRegister.
- Copy theApplication IDof your application and paste it to a text file.This is theClient IDrequired inBlackBerry UEM.
- If you are creating the application to useMicrosoft Intune, clickAPI permissionsin theManagesection. Perform the following steps:
- ClickAdd a permission.
- SelectMicrosoft Graph.
- SelectDelegated permissions.
- Scroll down in the permissions list and underDelegated Permissions, set the following permissions forMicrosoft Intune:
- Read and writeMicrosoft Intuneapps (DeviceManagementApps > DeviceManagementApps.ReadWrite.All)
- Read all groups (Group > Group.Read.All)
- Read all users' basic profile (User > User.ReadBasic.All)
- ClickAdd permissions.
- UnderGrant consent, clickGrant admin consent.You must be a global administrator to grant permissions.
- When you are prompted, clickYesto grant permissions for all accounts in the current directory.
You can use the default permissions if you are creating the app to connect to theWindows Storefor Business. - ClickCertificates and secretsin theManagesection. Perform the following actions:
- UnderClient secrets, clickNew client secret.
- Type a description for the client secret.
- Select a duration for the client secret.
- ClickAdd.
- Copy the value of the new client secret.This is theClient Keythat is required inBlackBerry UEM.If you do not copy the value of your key at this time, you will have to create a new key because the value is not displayed after you leave this screen.