Skip to content

Configure On-Demand Provisioning with Azure AD

This tutorial guides you through creating a new user and provisoning them to the Azure Active Directory at the point of authentication.


Prerequisites


Configure adaptive authentication for Office365

  1. Create a new user named "Alex". Do not assign any roles to the user.
  2. Click List under Users and Roles and click Users.
  3. Click User Profile to edit Alex's user profile. Enter values for the following fields.
  4. Click List under Service Providers and edit the service provider named "Office365" which you created previously as instructed in the Configuring the service provider section.
  5. Expand Local and Outbound Configuration and click Advanced Configuration.

  6. Click on Templates on the right side of the Script Based Adaptive Authentication field and then click Office365-Based. This adds basic authentication as the first authentication step and configures the Office-365-Based authentication script.

  7. Click Ok. The authentication script assigns the role “office365Role” to all successfully authenticated users who attempt to log in to Microsoft Online.

    Tip

    If the role you added is not named "office365Role" and you have used a different name for the role, edit the authentication script accordingly.

  8. Click Update to save the configurations.


Try it out

  1. Access the Microsoft login page URL: https://login.microsoftonline.com .

  2. Enter alex@<Your_Federated_Domain> and click Next. Replace the <Your_Federated_Domain> placeholder with the domain which is configured as federated in Azure AD.
    try-out-ondemand-provisioning

  3. The browser is redirected to the WSO2 IS login page. Enter credentials for the user Alex and click Sign in.
    enter-credentials-wso2is
  4. You are prompted to provide user consent. Click Select All and then Approve.

    approve-user-consent

  5. Click Yes to enable single sign-on on the next page. If this page does not appear, wait a few minutes until the user " Alex" is provisioned in Azure AD and repeat step 10 and 11.
    enable-sso

  6. You are now successfully logged in to the Office 365. The user "Alex" has been provisioned to the Azure AD after successful authentication.
    azure-ad-successful-authentication
Top