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.- 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 in a text file.This is theOAuth 2.0 token endpointrequired inBlackBerry UEM.
- Close theEndpointslist and click+New registration.
- Type a name for your app.
- Select which account types can use the application or access the API.
- 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:
- Click+ Add 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 & secretsin theManagesection. Perform the following steps:
- UnderClient secrets, click+ New 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.