Skip to main content
All CollectionsTemplatesBasic
Verify Permissions to Execute Specific Workflows - Azure AD - Workflow Template
Verify Permissions to Execute Specific Workflows - Azure AD - Workflow Template

Workflow that can be used to verify users have permissions to run a specific workflow by Id or name and also check group membership.

Updated over a week ago

This workflow template allows organizations to validate user permissions for executing specific workflows within Azure Active Directory. By supplying the user's email and optionally the workflow name or ID, the process systematically filters and verifies whether a user or group has the required permissions. If no match is found, a denial verdict is issued, ensuring that only authorized individuals can trigger selected workflows, streamlining Identity and Access Management in a secure manner.

Use Cases

Example, Identity and Access Management

Workflow Breakdown

  1. Provide the workflow with the users email and optionally the workflow name or Id

  2. Filter the rules that match the details provided for workflow name and id

  3. Verify the user matches the set of rules as defined by workflow name or Id

  4. If no user match is found, continue to check for a match in a group

  5. If no match for a user or group is found, send a denied verdict.

Vendors

Utils, Microsoft Azure AD, Microsoft 365

Workflow Output

Verdict if the user is permitted to execute the workflow as defined in the workflow list.

Did this answer your question?