Dataedo Portal oAuth2 configuration with Azure AD

16th January, 2024

This guide will show how to configure Dataedo to work with an oAuth2 identity provider. For this article, we'll be using Azure AD as the IdP, but similar steps can be taken for other providers too.

Initial configuration in Azure Portal (oAuth2 provider)

Open Azure Portal and go to App registrations. Choose the New registration option: Image title

In the newly opened tab, type in the application name for your internal use (I chose "Dataedo Web"). Image title

After that specifiy who can use this authentication method. Image title

In the Redirect URI section, select Web and type in the address your Dataedo Portal will be accessed on, followed by api/oauth2/authenticate/azureAD (for example https://your-Dataedo-Portal.address/api/oauth2/authenticate/azureAD), and click Register. Image title

Copy Application (client) ID from the new screen and save it for future use (if you configured your application as Single Tenant, you will also need Directory (tenant) ID). Image title

Go to Certificates & secrets tab and click on New client secret. Image title

Add a description, select for how long this secret should be valid, and click Add. Image title

Copy the Value field for future use. Image title

Configuring oAuth in Dataedo Portal

Log in to your Dataedo Portal instance with admin permissions, go to System settings and open the Login options tab. Expand AZURE AD (OAUTH 2) section, then paste Client ID (Application (client) ID) and Client Secret (value from Client secret) you've copied in the steps above. If you set your application to support only Single Tenant accounts, paste also Tenant ID. Enable this authentication method by toggling the swtich to ON and click Save. Image title

The next time you open Dataedo Portal, you should have an option to log in with Azure AD: Image title

Click this option to go to the Azure login page or (if you’re already logged in) directly to your Dataedo Portal home page.

Found issue with this article? Comment below
Comments are only visible when the visitor has consented to statistics cookies. To see and add comments please accept statistics cookies.
0
There are no comments. Click here to write the first comment.