Microsoft Entra ID Setup

If you use Microsoft Entra ID, you can set it up for the Priverion platform. This guide will assist you with the necessary configurations.

Configuration

1. Create a New Application

  • Navigate to App registrations in the menu on the left side.
  • Click on + New registration.
  • Provide the Name and configuration for the application.
  • Select Single-page application.
  • Click Register.

2. Add a Certificate or Secret

  • After successful creation, you will be redirected to a page displaying the application IDs.
  • Click on Add a certificate or secret.
  • Navigate to the Client secrets tab and press + New client secret.
  • Add a description and select an expiration period.
  • Click Add.
  • Copy and safely save the value from the Value column, which will be needed later.

3. Configure Authentication

  • In the Authentication section, click + Add a platform.
  • Select Single-page application.
  • Configure the fields as follows:
    • The Redirect URL should have the URL to your DPMS instance
    • Select the indicated checkboxes.
  • Click Configure.

4. Activate Public Client Flows

  • Enable the option Allow public client flows.
  • Click Save.

5. Add API Permissions

  • Go to the API permissions section.
  • Click + Add a permission.
  • Select Microsoft Graph, then choose Application permissions.
  • Add the necessary permissions for the created application.
  • Note: These permissions require administrator consent and must be approved.

 

 


​

Was this article helpful?