Skip to content

Logout should support POST Urls

Some applications might require to do a POST to logout. E.g. Gitlab recently changed to that.

See the following Gitlab issues and MRs for background:

We must therefor introduce a way that SPs can have POST URLs and then somehow submit them using JS.

The iAPI should give us back not only a list of URLs but also include the method it should happen with: iapi#2 (closed)

Then we can add a way to do a logout using POST for these methods. Or at least display a button, where folks can additionally logout.