Hello Team,
I am using Helical Insight EE 4.0. I am trying to implement SSO. The blog I have referred to is https://www.helicalinsight.com/uncategorized/implementing-single-sign-sso-helical-insight-application/
I’m encrypting token “username=hiadmin|role=ROLE_VIEWER,ROLE_USER,ROLE_ADMIN” to “vvD-9Lv30WAnPopPcP9YKaQiXELBb0KfPD05g8YVizScl3qTQddsg3UQSs0ePeknIuKR58_UGd6IWV1fSc5wRA”
I then try to access report by url with auth token
It just redirects me to homepage. And there is error in log:
2020-09-18 15:06:53 ERROR IndexFileRule:75 - An exception has taken place. The stack trace is
com.helicalinsight.efw.exceptions.EfwException: Could not obtain the Principal object. The authentication is null
at com.helicalinsight.admin.utils.AuthenticationUtils.getUserDetails(SourceFile:152)
Url with username/password works fine.
Thank You