We encountering nVision drilldown issue ( prompt for second signon) in an environment with Kerberos.
We are encountering nVision drill down issue ( prompt for the second sign on) in an environment with Kerberos. FSCM 9.2/8.55.12. This is not happening in a non-kerberos environment.
When the user clicks on drill down, a new window is opened and we can see in Fiddler that PS_TOKEN is expired and redirected to login page. This is not happening to all users.
This is what we see in the response header of the new window that was opened when the user clicked on drill down.
PS_TOKEN=; domain=.jhapsf.com; expires=Thu, 01-Jan-1970 01:00:00 GMT; path=/
Any Ideas what might be going on? Any pointers are highly appreciated.