Azure OAuth Required Permissions
    • Dark
      Light
    • PDF

    Azure OAuth Required Permissions

    • Dark
      Light
    • PDF

    Article Summary

    Note
    To sign in with Azure OAuth, make sure that Sign-in with Azure is enabled as a login method in your organization.


    To sign in with Azure, you need to configure Azure AD to allow users to consent to the required permissions.

    1. Sign in to your Azure Portal with a Global Administrator or Privileged Administrator user.

    2. Go to Azure Active Directory > Enterprise applications > Consent and Permissions.

    3. In User consent settings, make sure that users are allowed to consent for apps. Microsoft's recommended option is to allow users to consent only for permissions defined as "low impact".


    4. If you are allowing user consent only for low impact permissions, then you need to classify the required permissions as low impact.

      1. Go to Permission classifications.
      2. Select Low and add the following permissions from the Microsoft Graph API.
        • User.Read
        • offline_access
    5. Save your changes in Azure.


    Now that your Azure AD users can consent to the required permissions, you can sign in to your DEX environment with Azure.


    Was this article helpful?