SSOLogin=false no longer works after upgrade to 7.0.2 from 7.0.0 P03 RSA Identity Governance & Lifecycle
2 years ago
Originally Published: 2017-06-07
Article Number
000065059
Applies To
RSA Product Set: Identity Management and Governance
RSA Product/Service Type:  Soft Appliance
RSA Version/Condition: 7.0.2
 
Issue
In 7.0 P03 when we were tried to navigate  "https://***/aveksa/main?ssologin=false", we were getting redirected to Identity G&L login page. After upgrade to 7.0.2 when same URL was hit, we were redirected to SSO Login page. 
Cause
The problem in the FireFox/Chrome is caused by the fix for ACM-72710. In a nutshell, the fix is to display the login page if something bad happened in mid session and the user needs to login again. The fix determines to display the login page or not based on the PageID parameter in the URL. In this case, the URL (.../aveksa/main?SSOLogin=false) does not contain the PageID parameter, hence the page is redirected.
Workaround
Only workaround to the issue is adding "PageID=LoginPage" to the URL (i.e. .../aveksa/main?SSOLogin=false&PageID=LoginPage) and that should prevent the page being redirected to SSO Login Page.