Good greetings to you. We have BI41 SP06 running on AIX platform. We are using the Tomcat web application server. We have implemented Trusted authentication using http_header. The Single Sign ON is configured using IBM Tivoli access manager. The SSO is successfully configured and is working well. But when the session timeout happens, the users are prompted with user account and password prompt.
I noticed that when we clicked the session timeout pinger warning it adds a parameter called skipSso=true in the url. Can it be configured to false? If so in which config file?
The steps to reproduce is as follows
1. Launch the Launchpad using url : https://host/tam/BOE/BI/login.jsp
2. Wait for the session timeout warning
3. When clicking OK at session timeout, the Launchpad renders the following url asking the users to enter their user account and password
https://hostname/tam/BOE/portal/1602041119/InfoView/logon.faces?bttoken=&skipSso=true
(1602041119 is the date and time when BI41 SP06 was installed)
I am guessing that the parameter value skipSso=true is the cause of asking user to logon.
The users do not know or remember their user account and password. So I need to make sure that users should be reconnected without asking for user account and password.
I tried using url.exit to connect back. But whenever the user click logout, they are getting connected back too. This adds additional concurrent license burden. Do you folks know how to turn off the skipSso to false?
Appreciate your help on this