Question
Rulesstack Private Limited
IN
Last activity: 21 Aug 2023 5:12 EDT
Access a static section to display log off message via a snapshort url
We have a requirement to show a static page (showing the user is successfully logged off) when the session gets invalidated in Azure(we provided logout url for invalidating in Azure in OpenId Authorization rule) and should be redirected back to Pega.
Since the Pega session gets logged off before redirecting to Azure, if we provide server.com/prweb/prservlet?Activity=LogOff&red=ShowLogOffScreen or server.com/prweb/prservlet?red=ShowLogOffScreen, Pega is showing up log in screen. I guess it's because user session is ended in Pega.
Is there a possibility to show up Static page from Pega(except using Unauthorized Access Group concept)?