Closed
Description
Expected Behavior
In order to be able to work with some restrictive SSO implementations sometimes additional parameters are needed (like "state") in order that the logout request is succeeding.
Current Behavior
In order to achieve this it was necessary to implement a custom logout handler which gets the logout/end_session URL from the client registration and sets the ID-Token hint, the redirect uri and the state and does a redirect then.
So a simple resolver/converter/customizer for the redirect URL would be much easier than implementing a whole new logout handler.