Helical Insight version supported: This guide applies to the Enterprise Edition of the Helical Insight application 3.1 version which is most recent version of Helical Insight application. If you are using Helical Insight Application version 3.0 or below versions, follow this article Implementing Single Sign On (SSO) in Helical Insight Application 3.0 or below Version.
Read More
Authentication Token requirements for SSO with HI application Token Format: Company=<tenant_name>|username=<username>|role=<role1,role2..>|profilename1=<profilevalue1,profilevalue2>|profilename2=<profilevalue3,profilevalue4>expTime=<timestamp> Company=<organization_name>|username=<username>|role=<role1,role2..> |expTime=<timestamp> Token mainly comprises of 5 parts separated by a “|” (pipe separator). Token Encryption Token generated in the given format, has to be encrypted to make it secure. Chosen Encryption Algorithm details: Algorithm – AES Mode – ECB Padding – PKCS5Padding Secret
Read More