Question
1
Replies
1766
Views
Infosys
Posted: December 14, 2016
Last activity: December 15, 2016
Closed
After user authentication timeout, is logged off. Login Screen appears but the URL is incorrect.
When the user session is timed out, we log out the user with logout activity on authentication service. We are redirected to the login screen but the browser url in not correct.
When user trying to login again, a application page is opened with no header,footer, navigation panel.
The py challenge is set to DEFAULT_CHALLENGE. timeout stream is the Web-Login Html stream.
Please provide a solution.
Thanks in advance.
***Updated by moderator: Lochan to add Categories***
Are you using SLO - check the setup in Pega for this. Are you passing the redirect URL to an IDP for them to use after they do their thing?
Try capturing a Fiddler trace and seeing what HTTP error code is occurring - especially after user tries to relogin. Observe the cookies in both the request and responses of the last HTTP-200 session and subsequent non HTTP-200 sessions in the trace.