Page History
...
Use this guide along with the Data Tab Configuration guide to configure a Microsoft Azure AD-integrated SecureAuth® Identity Platform (formerly SecureAuth IdP) realm.
Prerequisites
- Identity Platform version 19.07 and earlier
- Have Azure AD and access to the admin console
- Create or designate an existing administrator service account with read and optional write access for the Identity Platform
- Create a Native Client Application on Azure AD (see Azure AD configuration below)
- OPTIONAL: Have Azure Powershell installed to use Powershell commands to get user properties
Contents
Table of Contents | ||
---|---|---|
|
Azure AD configuration
- Log in to your Azure Account through the Azure portal.
- Select Azure Active Directory.
- Select App registrations.
- Click Add.
In the Create section, set the following:
Borderless_tables Name Set a name for the new application. Application Type Set to Native. Redirect URI Set to the Fully Qualified Domain Name (FQDN) of the Identity Platform appliance, followed by the realm to which Azure AD is integrated.
For example, https://idp.company.com/secureauth2
- Click Create.
- From the App registrations panel, select the new application you just created.
- Copy the Application ID.
- Click Settings > Required Permissions.
- In the Required Permissions section, click Windows Azure Active Directory.
- In the Enable Access section, delegate the permissions to be granted.
- Click Save.
- In the Required permissions section, click Grant Permissions.
- From the Azure Active Directory menu, click Domain names.
- Copy the .onmicrosoft.com domain name.
You will need this domain name in the Identity Platform configuration.
...