Logout behaviour in Pega
Hi,
We need to use a logout behavior where when you logoff Pega shows the login page of the URL which was entered by the user. I used the code that was in Web-Session-Return-Template. The code worked fine for our LDAP (e.g., https://test.com/prweb/LDAP) and SSO (https://test.com/prweb/SSO) URLs without any issue. However when we use query parameters like https://test.com/prweb/LDAP?AppName=Test, the log out URL does not load whatever comes after '?'. Can you let me know how to include this?