Topic by Jerry Fuerstenberg
Content
We're building a secured chat environment.
Basically the user logs in on our site, then Pingfederate forwards them to the Chat_launch
We configured the logoout url in the config manager to redirect them to our link to destroy the cookie, but it never forwards them.
After doing some research I realized there is no way to logout from the chat page. "Disconnect" is another action and doesn't do what we need.
So I added the "logoutlink2" widget to the chat_landing.php.
It appears and logs the user out if they are logged in without SAML. As soon as a user logs in via SAML it vanishes.
I found some old posts that say the link hides itself when the user is PTA = yes... but their fixes for this involve editing a line of code that is no longer in the widget.
Does anyone have any ideas how to either get the logout widget to appear... or a better solution to my logout problem.
Our users do not use the CP pages. We only use the chat page.
Thanks!