Hanzo
PlatformHanzo KMSPlatformDynamic Secrets

Azure Entra Id

Learn how to dynamically generate Azure Entra Id user credentials.

The Hanzo KMS Azure Entra Id dynamic secret allows you to generate Azure Entra Id credentials on demand based on configured role.

Prerequisites

Login to Microsoft Entra ID

Go to Overview, Copy and store Tenant Id Copy Tenant Id

Go to Applications > App registrations. Click on New Registration. Copy Tenant Id

Enter an application name. Click Register.

Copy and store Application Id. Copy Application Id

Go to Clients and Secrets. Click on New Client Secret.

Enter a description, select expiry and click Add.

Copy and store Client Secret value. Copy client Secret

Go to API Permissions. Click on Add a permission. Click add a permission

Click on Microsoft Graph. Click Microsoft Graph

Click on Application Permissions. Search and select User.ReadWrite.All and click Add permissions. Add User.Read.All

Click on Grant admin consent for app. Click yes to confirm. Grant admin consent

Go to Dashboard. Click on show more. Show more

Click on Roles & admins. Search for User Administrator and click on it. User Administrator

Click on Add assignments. Search for the application name you created and select it. Click on Add. Add assignments

Set up Dynamic Secrets with Azure Entra ID

Open the Secret Overview dashboard and select the environment in which you would like to add a dynamic secret.

Add Dynamic Secret Button

Dynamic Secret Modal

Prefix for the secrets to be created

Default time-to-live for a generated secret (it is possible to modify this value after a secret is generated)

Maximum time-to-live for a generated secret.

The Tenant ID of your Azure Entra ID account.

The Application ID of the application you created in Azure Entra ID.

The Client Secret of the application you created in Azure Entra ID.

Multi select list of users to generate secrets for.

After submitting the form, you will see a dynamic secret for each user created in the dashboard.

Once you've successfully configured the dynamic secret, you're ready to generate on-demand credentials. To do this, simply click on the 'Generate' button which appears when hovering over the dynamic secret item. Alternatively, you can initiate the creation of a new lease by selecting 'New Lease' from the dynamic secret lease list section.

Dynamic Secret Dynamic Secret

When generating these secrets, it's important to specify a Time-to-Live (TTL) duration. This will dictate how long the credentials are valid for.

Provision Lease

Ensure that the TTL for the lease falls within the maximum TTL defined when configuring the dynamic secret.

Once you click the Submit button, a new secret lease will be generated and the credentials from it will be shown to you.

Provision Lease

Audit or Revoke Leases

Once you have created one or more leases, you will be able to access them by clicking on the respective dynamic secret item on the dashboard. This will allow you to see the expiration time of the lease or delete a lease before its set time to live.

Provision Lease

Renew Leases

To extend the life of the generated dynamic secret leases past its initial time to live, simply click on the Renew button as illustrated below. Provision Lease

Lease renewals cannot exceed the maximum TTL set when configuring the dynamic secret

How is this guide?

Last updated on

On this page