Enable Azure Active Directory (Azure SSO) for LIQUENT InSight 6.2
-
Locate the
insightConfig.bat file in the
<installation drive>\InSightManager\server\all\conf\insight installation directory and double-click the file.
The Configuration Settings window opens.
-
On the
Configuration Settings window, select
File > Load File.
The current configuration settings are populated to the Configuration Wizard.
- In the left pane, select Azure SSO Settings menu.
- Select Enable SSO.
-
Populate the following fields:
Field Name Input Value Application Logout URI https://login.microsoftonline.com/common/oauth2/logout?post_logout_redirect_uri=http(s)://{server}:{port}/insight Access Token URI https://login.microsoftonline.com/{Azure AD Directory ID}/oauth2/token Client ID <Azure AD Application ID> Client Secret <The secret Key for Azure App registrations> Key Discovery URI https://login.windows.net/common/discovery/keys User Authorization URI https://login.microsoftonline.com/<Azure AD Directory ID>/oauth2/authorize Issuer Base URI https://sts.windows.net Tenant ID <Azure AD Directory ID> SSO Trusted Applications <CSV of application_ids for service such as InSightX or LES> Graph API URI https://graph.windows.net Graph API Version 1.6 -
Select
File > Generate File.
- The insight.var is successfully updated in the ..conf\insight directory with the correct settings.
- The oracle-ds.xml is successfully updated in the ..server\all\deploy directory with the correct settings.
- The login-config.xml is updated.
-
Select
File > Exit.
The Configuration Wizard is closed.
-
Locate the
insight.var file in the
<installation drive>\InSightManager\server\all\conf\insight installation directory and open for editing.
The insight.var file is open.
- Select parameter user.source=ldap and change the value to "azure".
-
Select parameter
user.default.admin= CN\=admin,OU\={OrgUnit},DC\={domain controller},DC\=local and change value to registered Azure AD user. For Example: [email protected]
The value is changed.Note: This user is assigned for first login into the system with enabled Azure SSO.
- Save all the changes in insight.var file and close the file.
- Restart the InSight service.
Previous topic: LIQUENT InSight Configuration