Skip to main content

Configure Dataedo with an Azure OAuth2 identity provider

This guide explains how to set up Dataedo to authenticate using an OAuth2 identity provider (IdP).

Initial setup in the Azure portal

Create an app registration

  1. Open the Azure Portal.

  2. Navigate to App registrations and select New registration.

    Azure portal app registration screen
  3. Enter a name for the application (e.g., Dataedo Portal).

    Application name input in Azure portal
  4. Specify who can use this authentication method, based on your organization’s requirements.

    Authentication method selection in Azure portal
  5. In the Redirect URI section, select Web and enter the Dataedo Portal address followed by the appropriate endpoint:

    • Docker setup: api/oauth2/authenticate/azureAD
      Example: https://your-dataedo-portal.address/api/oauth2/authenticate/azureAD
    • IIS setup: api/api/oauth2/authenticate/azureAD
      Example: https://your-dataedo-portal.address/api/api/oauth2/authenticate/azureAD
  6. Click Register to complete the registration.

    Redirect URI setup in Azure portal
    tip

    If you're not sure about your setup, reach out to our support team.

Save Application and Tenant IDs

After registration, note the Application (client) ID. If you set the app for single-tenant use, also save the Directory (tenant) ID.

Application and tenant ID in Azure portal

Create a client secret

  1. Open the Certificates & secrets tab and click New client secret.

    Certificates and secrets tab in Azure portal
  2. Add a description, select the expiration period, and click Add.

    Add client secret in Azure portal
  3. Copy the Value of the client secret and save it securely for future use.

    Copy client secret value in Azure portal

Configure OAuth in Dataedo Portal

  1. Log in to your Dataedo Portal with admin permissions.

  2. Go to System settings > Login options.

  3. Expand the Azure AD (OAuth 2) section.

  4. Paste the following values from Azure Portal:

    • Client ID: Application (client) ID
    • Client Secret: Value from client secret
    • Tenant ID: Directory (tenant) ID (if using a single-tenant setup)
  5. Toggle the authentication method to ON and click Save.

    Configure Azure AD in Dataedo Portal

Verify Azure AD login

When you open Dataedo Portal, you should see the option to log in with Azure AD.

Azure AD login option in Dataedo Portal
  • Click the Azure AD login option to proceed to the Azure login page.
  • If you are already logged in to Azure, you'll be redirected directly to the Dataedo Portal home page.

Need help?

If you run into any problems or have questions, reach out to Dataedo support.