Prerequisites
1
Login to Microsoft Entra ID
2
Go to Overview, Copy and store 
Tenant Id
3
Go to Applications > App registrations. Select New Registration.

4
Enter an application name. Select Register.
5
Copy and store 
Application Id.
6
Go to Clients and Secrets. Select New Client Secret.
7
Enter a description, select expiry and select Add.
8
Copy and store 
Client Secret value.
9
Go to API Permissions. Select Add a permission.

10
Select Microsoft Graph.

11
Select Application Permissions. Search and select 
User.ReadWrite.All and select Add permissions.
12
Select Grant admin consent for app. Select yes to confirm.

13
Go to Dashboard. Select show more.

14
Select Roles & admins. Search for User Administrator and select it.

15
Select Add assignments. Search for the application name you created and select it. Select Add.

Set up dynamic secrets with Azure Entra ID
1
Open Secret Overview Dashboard
Open the Secret Overview dashboard and select the environment in which you would like to add a dynamic secret.
2
Click on the 'Add Dynamic Secret' button

3
Select 'Azure Entra ID'

4
Provide the inputs for dynamic secret parameters
string
required
Prefix for the secrets to be created
string
required
Default time-to-live for a generated secret (it is possible to modify this value after a secret is generated)
string
required
Maximum time-to-live for a generated secret.
string
required
The Tenant ID of your Azure Entra ID account.
string
required
The Application ID of the application you created in Azure Entra ID.
string
required
The Client Secret of the application you created in Azure Entra ID.
selection
required
Multi select list of users to generate secrets for.
5
Click Submit
After submitting the form, you’ll see a dynamic secret for each user created in the dashboard.
6
Generate dynamic secrets
Once you’ve successfully configured the dynamic secret, you’re ready to generate on-demand credentials.
To do this, simply select 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.
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.
Once you click the 

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.
Once you click the Submit button, a new secret lease will be generated and the credentials from it will be shown to you.
Audit or revoke leases
Once you have created one or more leases, you’ll be able to access them by selecting 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.
Renew leases
To extend the life of the generated dynamic secret leases past its initial time to live, simply select the Renew button as illustrated below.