Configuring Okta with SAML 2.0 SSO on HCL Discover
To upgrade to 12.2.0, perform the following prerequisite steps:
Prerequiste Installers
Procedure
- Install hosting bundle (use version 6.0.31, for example dotnet-hosting-6.0.31-win.exe)
- Install .NET Desktop Runtime (use same version 6.0.31)
Prerequisite Steps
Procedure
- Create the Server Certificate for IIS, if not available already.
-
Use powershell command to create certificate.
Example:
New-SelfSignedCertificate: -DnsName XXX.domain.com -CertStoreLocation cert:\LocalMachine\My
Changes on Portal after Upgrade
Procedure
-
Appsettings changes
-
Web.config file changes:
-
Confirm that the AppPool settings are as shown in the following example. If
not, manually change as shown in the following example:
- Portal with PortalWebAppPool
- PortalAPI with PortalAPIAppPool
- PortalV1 with DefaultAppPool