Logout and OIDC
Added by Peter Tagwercher almost 5 years ago
Hi all,
I think this is a simple one.
When logging out from the application I have to do a logout on the OIDC too. But how would I do that?
Both Application::redirect() and button->setLink(the external URL) do call the OIDC logout but stay there, a Wt::WLink with a setTarget(NewWindow) opens a new window and this is now the current window.
What I would like to do is call that external link (under the hood) and then go back to my login page. How would I do that?
Thanks a lot in advane,
Regards,
Peter