How to connect an Azure account
- 1 minute to read
- Print
- DarkLight
- PDF
How to connect an Azure account
- 1 minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
To manage users, accounts, credentials, and virtual machines, you must configure an Azure account to integrate with senhasegura.
Info
Cloud IAM requests only the necessary permissions to prevent excess privileges.
Creating an Azure application
- Access the Azure platform.
- Log in to your Azure account.
- Locate the service Microsoft Entra ID.
- On the left menu, go to Manage > App registrations.
- Click New registration.
- In the Name* field, enter the name of the application.
- Select which account types can use the app or access the API.
- (Optional) Select the redirect URI to receive the authentication response.
- Click Register.
Creating a client secret value
- Select an application in Azure.
- On the left menu, go to Manage > Certificates & secrets.
- Click New client secret.
- In the Description field, enter a description for the client secret.
- In the Expires field, select when the client secret will expire.
- Click Add.
Alert
Copy the Value field of the client secret immediately after creating the client secret value. Be sure to save the secret when created before leaving the page, otherwise you will have to create another secret.
Selecting API permissions
- Select an application in Azure.
- On the left menu, go to Manage > API permissions.
- Click Add a permission.
- Select the Microsoft Graph.
- Select the following API permissions:
- Delegated permissions:
Directory.AccessAsUser.All
- Application permissions:
Application.ReadWrite.All
AppRoleAssignment.ReadWrite.All
Directory.Read.All
Directory.ReadWrite.All
Organization.Read.All
Organization.ReadWrite.All
RoleManagement.ReadWrite.Directory
User.ManageIdentities.All
User.ReadWrite.All
- Delegated permissions:
- Click Grant admin consent for [Azure Active Directory name], and click Yes.
Adding an account in Cloud IAM
To add an account in Cloud IAM, follow these steps:
- Access Cloud IAM.
- In the left menu, go to Settings > Accounts.
- In the Actions button, click Add account.
- In the Name* field, enter a Name.
- In the Enabled* field, choose Yes or No.
- In the Providers* field, select Azure.
- (Optional) In the Description field, enter a description for the account.
- (Optional) In the Tags field, enter tags to identify your account.
- Go to the Azure tab.
- In the Directory (tenant) ID* field, enter the directory ID obtained in Creating an Azure application.
- In the Application (Client ID)* field, enter the application client ID obtained in Creating an Azure application.
- In the Client secret value* field, enter the client secret obtained in Creating a client secret value.
- In the IAM section, select the desired permissions.
- Click Confirm.
Do you still have questions? Reach out to the senhasegura Community.
Was this article helpful?