Configure Azure Active Directory
Published 06 January 2021
Visit portal.azure.com
After login select Azure Active Directory from the dashboard.
Create an app registration
Choose App Registrations from the menu on the left.
Click New registration on the App registrations page.
Enter a name of your choice and choose as appropriate from the supported account types.
In the Redirect URI section choose Web and enter the URL https://<domain>.redgate-platform.com/iam/signin-oidc where <domain> is your company domain
Choose Authentication from the left menu.
In the Implicit grant section enable ID tokens.
Click the Save button at the top of the page.
Choose API permissions from the menu on the left.
Click the Grant admin consent for ... button.
Click the Yes button.
Getting App Details for configuration
Client ID
Choose Overview from the menu on the left.
Copy the Application (client) ID value.
Metadata Address URL
Choose Overview from the menu on the left.
Click the Endpoints button at the top of the page.
Copy the OpenID Connect metadata document value.
Done
You can now send this data to Redgate to let them configure your platform instance to use this application