Create Automated lifecycle workflows in Microsoft Entra ID

Create Automated Lifecycle Workflows in Microsoft Entra ID

Microsoft 365 admins are tasked with a multitude of responsibilities. One major arduous task is to streamline proper Microsoft 365 user management. Manually managing users from onboarding to offboarding in Microsoft 365 is like walking through a maze! Admins need to keep a close eye on users’ lifecycle (Joiner, mover, leaver), and it can get pretty overwhelming. 

But what if I told you that there would be no need for tedious onboarding and offboarding processes, no more chasing after users’ lifecycles? Yes, you can automate Microsoft 365 user on-boarding & off-boarding tasks with “Lifecycle workflows in Microsoft Entra ID”. This automated solution relieves HR and the IT department from the manual hassles of identity and access management (IAM).  

Let’s explore the blog to learn how this lifecycle workflow streamlines your identity governance in Microsoft Entra ID. 

 
What are Lifecycle Workflows in Microsoft Entra ID Governance? 

Lifecycle workflows, an integral component of identity governance, automate Microsoft 365 tasks for users throughout the joiner-mover-leaver (JML) lifecycle. This automation streamlines user lifecycle management, minimizing manual intervention and ensuring a smooth process from onboarding to offboarding. 

License and Role Requirements for Creating Lifecycle Workflows 

License Requirement: To create a lifecycle workflow, you need a Microsoft Entra ID Governance license. If not, you can use a free Microsoft Entra ID Governance license trial to test it out in your organization. Additionally, the implementation of life cycle workflows requires Microsoft Entra ID Governance subscriptions for your organization’s users. Also, the feature “Custom workflow extensions” comes along with this license. If you have an Entra ID P1 or P2 license, you can purchase the Microsoft Entra ID Governance (User SL) or Microsoft Entra ID Governance Step Up for Microsoft Entra ID P2 license respectively.

Pricing: Currently, the Microsoft Entra ID Governance license is priced at $7 user/month. For Entra ID governance license for business guests, there’s a considerable discount, bringing the price down to $0.75 per user per month.

Role Requirement: To establish a lifecycle workflow, you must have the role of Global administrator or Lifecycle workflow administrator. If you are a Global reader, then you can be able to view the lifecycle workflows in Entra ID without any managing process. 

 
Three Stages of a User Lifecycle in Microsoft 365 

The user lifecycle has three main stages: “Joiner,” “Mover,” and “Leaver”.  Each stage requires tailored actions like sending onboarding reminder emails, welcome emails to new hires, managing user accounts, provisioning and de-provisioning access to resources, adjusting permissions, or offboarding procedures. For example, 

1. Joiner – New Employee joining the organization 

Task to be performed: Provide access to the new employee entering the company or organization like granting the necessary Microsoft 365 permissions, privileges, and issuing temporary access pass for passwordless authentication

  • It’s crucial to provide a smooth onboarding experience to new users where they are ready to access information and applications from day one itself. 

2. Mover – User moving to other department in the organization 

Task to be performed: Adjust access permissions as users transition within the organization. This involves integrating them into new Teams or groups. 

  • It is essential when users move from one department to another. They often require additional access or authorization to facilitate effective collaboration with the new teams or groups. 

3. Leaver – Employee who’s retiring or get terminated.  

Task to be performed: Promptly revoke access rights for employees leaving the company. 

  • It is essential for employees who have had access to sensitive data during their tenure with the organization. Because having access after their retirement could potentially pose a significant threat to the organization. 
     

While methods like automating Microsoft 365 user on-boarding using Power Automate and automating employee offboarding using PowerShell exist, they can be challenging to grasp. But lifecycle workflows in Entra ID simplify the process by automating these user lifecycle management actions through pre-defined tasks and conditions.  

  • Tasks: Tasks are the actions that need to be performed on the respective users once the flow is triggered.  
  • Conditions: Conditions define the scope of users and are the triggers for when the scheduled workflow will be executed. 

This automation not only enhances the efficiency of identity and access management (IAM); but also reduces the risk of errors raising in manual process. 

Now, let’s delve into the process of creating lifecycle workflows in Azure AD.   

How to Create an Identity Lifecycle Workflows in Microsoft Entra ID? 

You have the option to create and customize workflows either by utilizing templates or by crafting your own based on your unique requirements. When working with workflows in the Microsoft Entra admin center, you need to create flow from templates alone.  

However, if you wish to create a workflow without relying on a template, you can use Microsoft Graph.

Limitations in Creating Workflow for Identity Lifecycle Management Tasks: 

  • A maximum of 50 workflows can be configured per tenant. 
  • The number of tasks for a single workflow is 25. 
  • Up to 100 custom task extensions can be configured per tenant. 
  • Scheduling intervals are allowed only within the range of 1 to 24 hours. 
  • For on-demand running, you can select a maximum of 10 users. 
  • Offset days can be set, but the limit extends only up to 180 days. 

To create a MS Entra’s lifecycle workflow using templates, follow the navigation below. 

  1. Sign into Microsoft Entra admin center
  2. Navigate to Identity governance and select Lifecycle workflows
  3. Click +create workflow and select any workflow template from ‘choose a workflow page’ depending on your need. 

Here, you are given three tabs. 

4. Configure Workflow and Trigger Details for the Identity Lifecycle Workflow 

What to do in the Basic tab? In the Basic tab, two sections are available. 

  1. Workflow details: You need to provide a unique display name and description for your workflow. 
  2. Trigger details: You can fill in the trigger details below based on your need. 
    • Trigger type: It’s preset based on your chosen template. 
    • Days from event: The “Days from event” trigger allows you to specify when the scheduled workflow activates for the users. It involves a time-based attribute and an offset value.  
      For instance, if you set the attribute “employeeHireDate” which has been configured as March 28, and choose “Days from event” as 1 day, the defined tasks will be executed one day after the hire date, specifically on March 29. But note, that the attribute values must be configured on the Entra ID for the users.   

5. Once done, click ‘Next :Configure scope >’. 

Configure trigger and workflow details in Lifecycle workflows in Microsoft Entra
Configure trigger and workflow details


6. Configure the Scope for the Lifecycle Workflow in Microsoft 365. 

What to do in the “Configure Scope” tab? In the Configure scope tab, you can restrict the workflow to run only for specific user accounts. 

  • Scope type: It is set as “rule based” by default. That means, the scope are the targeted users configured in the below “Rule” section.  
  • Rule: Write a rule that includes the users to whom the workflow should be executed. Specify user properties as conditions, such as “department,” “Company Name,” and “jobTitle,” to determine whom the workflow should be executed. You can add those property values under the “Property”, “Operator”, and “Value” options respectively. For example, 
Property Operator Value 
department Equals Sales 

The above example will trigger the flow for the users of the “Sales” department. You can add additional conditions using And, And not, Or, Or not expressions. 

7. Click “Next: Review tasks”. 

Configure scope for the lifecycle workflow in Microsoft Entra ID
Configure scope for the lifecycle workflow in Microsoft Entra ID


8. Configure Tasks for the Automated Lifecycle Workflow 

What to do in the “Review tasks” tab? This is where admins can add specific tasks based on your requirements. Below are the tasks supported by each of the categories. 

Supported Tasks Category 
Send welcome email to new hire Joiner 
Send onboarding reminder email Joiner 
Generate Temporary Access Pass and send via email to user’s manager Joiner 
Send email to notify manager of user move Mover 
Request user access package assignment Joiner, Mover 
Add user to groups Joiner, Leaver, Mover 
Add user to teams Joiner, Leaver, Mover 
Enable user account Joiner, Leaver 
Run a custom task extension Joiner, Leaver, Mover 
Disable user account Leaver 
Remove user from selected group Joiner, Leaver, Mover 
Remove users from all groups Leaver 
Remove user from teams Leaver 
Remove user from all teams Leaver 
Remove access package assignment for user Leaver, Mover 
Remove all access package assignments for user Leaver 
Cancel all pending access package assignment requests for user Leaver 
Remove all license assignments from user Leaver 
Delete user Leaver 
Send email to manager before user’s last day Leaver 
Send email on user’s last day Leaver 
Send email to user’s manager after their last day Leaver 

Already there will be some existing tasks for the templates, you can enable them using the “Enable” option at the top. Also, you can disable, remove or reorder the existing tasks with the respective option at the top. Here, I’ve included the “Add users to groups” task as an example. After its addition, you must specify the groups within the task to enable its functionality. 

Configure task for the lifecycle workflows
Configure task for the lifecycle workflows

8.Once done, select “Next: Review and create >”. 

9. Finally, review the scope and tasks for your workflow in “Review and create” tab and proceed to create the workflow. You can enable scheduling in this tab to run the workflow at regular intervals. If you missed enabling it, you can do that from workflow overview page, once it is created. 

Review and create lifecycle workflow in Microsoft Entra ID
Review and create lifecycle workflow in Microsoft Entra ID


Manage Lifecycle Workflow Settings in Identity Governance 

The Microsoft Entra ID allows you for the fine-tuning of scheduling Values and thorough testing of your lifecycle workflow. Let’s see them in detail in the below sections. 

  1. Customize the schedule of lifecycle workflows in Microsoft Entra ID
  2. Run the lifecycle workflow on-demand in MS Entra admin center

Customize the Schedule of Lifecycle Workflows in Microsoft Entra ID

By default, workflows are set to run every 3 hours, but you have the flexibility to customize the duration, extending it up to 24 hours. To personalize the workflow schedule in the Microsoft 365 admin center, follow these steps: 

  1. Sign into Microsoft Entra admin center. 
  2. Navigate to Identity governance and select Lifecycle workflows
  3. On the Lifecycle workflows overview page, click “Workflow settings”.  
  4. Here, you can set the values for the schedule as per your needs. 
Customize scheduling of lifecycle workflow in Microsoft Entra
Customize scheduling of lifecycle workflow in Microsoft Entra

 
Run the Lifecycle Workflow On-demand in MS Entra Admin Center 

If you wish to test your workflow or encounter a situation demanding immediate execution, you can utilize the “Run on demand” option. It’s essential to note that, despite being an on-demand scheduling option, the workflow will not consider whether the specified execution conditions are met. This feature requires you to specify the user to whom the configured tasks will apply.

Simply, it can be used for flow testing purposes. Also, this run-on-demand can be used when the need to manage real-time employee role changes with lifecycle workflows arises. 

You can also create a custom workflow using Graph API, if you want to build a workflow from scratch.  
 


Manage Workflows in Microsoft Entra Admin Center 

You can effectively manage your newly created policy by navigating through its dedicated overview page, comprising three key sections. To assess the three sections, follow the navigation below. 

  1. Sign into Microsoft Entra admin center. 
  2. Navigate to Identity governance and select Lifecycle workflows
  3. Select Workflows from the navigation pane and select the specific workflow. 

From here, you can manage the workflow using the three sections below.  

1. Basic Information: Within this segment, you can access essential details such as the,  

✅Display name and description of the workflow.  
✅ Scheduling status of the lifecycle workflow.  
✅ Creation date and time of the scheduled workflow.  
✅ Last modification date and time, and more.  

2. My Feed: This section serves as a monitoring hub for workflow execution. Here, you can keep track of the,  

✅ Next scheduled run’s date and time.  
✅ Identify any failed tasks. 
✅ Total number of tasks. 
✅ Review different versions of the workflow created.  

3. Quick Actions: This section empowers you to take swift action on the workflows. For example, you can, 

✅ Trigger an immediate on-demand schedule run. 
✅ Manage tasks, enabling actions like deletion, editing, addition, and reordering of configured tasks within the workflow. 
✅ Gain insights into user summaries, task summaries, and workflow history-based task summaries. 

As an alternative to the Quick Actions section, you can utilize the Manage section of a workflow to perform various actions within the workflow. 
 

Manage lifecycle workflows in Microsoft ID
Manage lifecycle workflows in Microsoft Entra ID


Benefits of Using Lifecycle Workflows in Microsoft Entra ID 

Here are some of the benefits of lifecycle workflows that grab the attention of the admins. 

  1. Centralized Workflows: You can create and manage all lifecycle workflows efficiently from a single location. 
  1. Reduced Time Consumption: Time-saving benefits are evident, especially during onboarding and offboarding, where individual access provisioning and revocation can be laborious. Lifecycle workflows significantly reduce the time spent on these tasks. 
  1. Error Reductions: Manual processes can introduce mistakes that pose threats to your organization, but workflows help minimize errors in repetitive tasks. 
  1. Easy Troubleshooting of Errors: Troubleshooting becomes seamless with access to the workflow history, allowing easy identification and resolution of issues during each phase. 
  1. Integration with Logic Apps: Achieve seamless integration by incorporating logic apps into your workflows, addressing complex scenarios effortlessly. 

Wrap Up

In essence, creating lifecycle workflows for automated Microsoft 365 offboarding and onboarding not only streamlines the user management process but also serves as a potent timesaving one. This strategic approach ensures efficient and swift handling of essential processes, without your involvement. Additionally, if you want information regarding Microsoft 365 offboarding best practices, you can reach the Security Copilot in MS Entra to assist you! 

Hope this blog brings you more information about the lifecycle workflows in Microsoft Entra ID. Furthermore, feel free to reach out to us in the comments section for any assistance needed. 

Leave a Reply

Your email address will not be published. Required fields are marked *

Create Automated Lifecycle Workflows in Microsoft Entra ID

time to read: 10 min
Follow us!