Microsoft Entra · Arazzo Workflow
Microsoft Entra Rotate Application Secret
Version 1.0.0
Add a fresh client secret to an app, then remove the old one.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
rotate-application-secret
Add a new client secret then revoke the prior secret by keyId.
Adds a new password credential to an application and removes the old credential, ensuring continuous coverage during the rotation.
1
addSecret
addApplicationPassword
Add a new password credential to the application and capture the one-time secretText from the response.
2
removeOldSecret
removeApplicationPassword
Remove the prior password credential by keyId now that the replacement is in place.