Bug description
The current mechanism for displaying the switch realm page is not always reliable, which means that it is possible that the login page is loaded instead. The issue appears to be in SiteConfigurationService.js where the switch realm is displayed by using window.location.replace, however the JavaScript processing does not always stop there, as the change of the location may take a while to get realized.
How to reproduce the issue
Execute SwitchRealmTest and UserAuthenticatedTest functional tests.
Expected behaviour
The tests always pass.
Current behaviour
The tests randomly fail.
- is caused by
-
OPENAM-14483 If there is no token, then landing on the AM login page will result in 2 getSessionInfo Requests = 401 UnAuthZ
-
- Closed
-