Single Logout Implementation

0
Hello there, I want to invoke a single logout URL when the user presses on the Sign-Out button on the UI. I’ve provided an endpoint and added handler for /SSO/logout path. When this URL is directly invoked from the browser, it works. How can this endpoint be invoked from the Mendix UI, using default Sign-Out button or using custom button? Thanks Bhushan
asked
1 answers
1

Create a popup with the url redirector widget from the appstore. Then click on a button to open the popup and the user gets redirected to the logout handler.

answered