Register Bold BI mobile application with Azure Active Directory
-
Go to the Azure Active Directory. In the directory, you should add two applications: one that acts as a Web API to authenticate the Bold BI Server, and another application that acts as a native client application to authenticate the Bold BI mobile app.
-
Enter the respective directory. Click on
App registrations
in the left side menu, and then click onNew registration
to add a new application.
-
Enter the name of the application and select the following options,
- Accounts in any organizational directory (such as any Azure AD directory - Multitenant) are considered as
supported account types
. - Select Public client/native (mobile & desktop) under the
Redirect URI (optional)
section and enter the Redirect URI. Then, clickRegister
.
The application will be added to the directory and you can view the details of the application in the App registrations.
- Accounts in any organizational directory (such as any Azure AD directory - Multitenant) are considered as
-
Select
Branding
in the left side menu, then enter theHome page URL
and clickSave
.
-
Select
Authentication
in the left side menu and save theImplicit grant
andSupported account types
as highlighted in the following screenshot.
-
Select
Expose an API
in the left side menu and save theApplication ID URI
.
-
The
Application ID URI
must be in the formathttp://{directory domain name}/{application id}
NOTE: The Redirect URI and Home page URL should be the URL of the Bold BI application.
NOTE: The Azure user and groups can be imported into the Bold BI application. Refer to the following links to Import Azure Active Directory Users and Import Azure Active Directory Groups.