Setting up a target system administrator
Bravura Security Fabric uses a designated account on Microsoft Azure Active Directory to perform Bravura Security Fabric operations.
Create an app registration in Azure
Log into the Microsoft Azure Active Directory portal.
On the Azure Active Directory main page, under Manage click App registrations.
Click New registration at the top of the screen.
Enter a value for the Name field.
Choose a value for Supported account type such as the default value of "Accounts in this organization directory only".
Click Register.
Set the secret of the application (client) ID
From the Azure Active Directory main page, go to the App Registrations page then choose the app configured earlier in Create an app registration in Azure .
Under Manage, click on Certificates and Secrets.
Click New client secret.
Enter a value for the Description field.
Choose a duration for when the client secret expires.
Click Add.
Take note of the value for the client secret as this will be the target administrator’s password.
On the page for the new application, click Overview.
Take note of the value for the Application (client) ID as this will be the target administrator’s username.
Set up permissions
From the Azure Active Directory main page, go to the
page then choose the app configured earlier.Under Manage click on API permissions.
Click Add a permission.
Click Microsoft Graph.
Click Delegated permissions.
Search then add the following permissions:
User.Read
User.Read.All
User.ReadBasic.All
User.ReadWrite
User.ReadWrite.all
After adding the permissions a warning may appear under the Status column in the page specifying
Not granted for .....
These warnings should be addressed when executing Step 9.Click Application Permissions.
Search then add the User.ReadWrite.all permission.
In the Grant admin consent for .... then click Yes to confirm.
page, click the button to
Expose an API
From the Azure Active Directory main page, go to the
page then choose the app configured earlier.Under Manage click Expose an API.
Click Set next to Application ID URI.
If necessary, edit the value for Application ID URI, then click Save.
Click Add a scope.
Enter a value for the Scope name field.
Set Who can consent? to "Admins and users".
Enter a value for the Admin consent display name and Admin consent description fields.
Click Add scope.