Configuring Okta on HCL Discover
- Okta supports only SSL Portal website on Google Chrome, Mozilla Firefox, and Microsoft Edge browsers.
- Use a valid certificate. Do not use IIS Developer certificate.
Upgrading to 12.2.0
Before you begin
Procedure
- Navigate to the <Discover_Installed_Dir>\Portal\WebApp location and open the Web.config file.
-
Within the AppSettings section, add the following new
key to continue with DB/NT Authentication:
<add key="owin:AutomaticAppStartup" value="false" /> - Restart all services of Portal/Report server.
Upgrading to 12.2.0 and Setting Authentication Mode to Okta
Before you begin
Procedure
-
In ReportConfig.exe, select
OKTA for Authentication
Method.
On Docker and SoFy environment, use the following script to change the Authentication Method for Okta.
#To update value Authentication Mode Set-ItemProperty -Path "HKLM:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Unica Discover\DataStore\ReportServer" -Name "Authentication Mode" -Value "OKTA" -
Navigate to the
<Discover_Installed_Dir>\Portal\WebApp location
and make the following changes in the Web.config
file.
- Restart all services of Portal/Report server.
Changing Authentication Mode back to DB (3DES) from Okta
Before you begin
Procedure
-
In ReportConfig.exe, select
3DES for Authentication
Method.
On Docker and SoFy environment, use the following script to change the Authentication Method for DB (3DES).
#To update value Authentication Mode Set-ItemProperty -Path "HKLM:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Unica Discover\DataStore\ReportServer" -Name "Authentication Mode" -Value "3DES" -
Navigate to the
<Discover_Installed_Dir>\Portal\WebApp location
and make the following changes in the Web.config
file.
- Restart all services of Portal/Report server.