Configure authentication in the Azure portal

To add Microsoft Entra ID authentication to your Neptune DXP - Open Edition, you first have to perform the following tasks in the Azure portal.

Prerequisites

Procedure

Add a redirect URI

  1. In the Azure portal, go to Authentication.

  2. In Redirect URI, add one or more URIs. These URIs will be accepted as destinations when returning authentication responses (tokens) after authenticating users.

    The redirect URI must have the following format:

https://<Planet 9 URL>/public/azure_redirect.html

For example:

https://planet9explored.neptune-software.com:8081/public/redirect.html

+ image::settings-azure-add-uri.png[,800]

Add a certificate and get a password

  1. In the Azure portal, go to Certificates & secrets.

  2. Click Upload certificates to upload the self-signed certificate you created in the Cockpit.

  3. Click New client secret to generate an application password. Copy this password and save it for later use.

    settings add certificate

Add API Permissions

  1. In the Azure portal, go to API permissions.

  2. Click Add a permission to configure a permission.

    settings set api permission
  3. Save the permission.

    Result: In the Azure portal, you have prepared the authentication for your Neptune DXP - Open Edition.