Skip to content
Unverified Commit 60e5a5ec authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Do not do redirect handling when loggin out



Fixes #12568
Since the clearing of the execution context causes another reload. We
should not do the redirect_uri handling as this results in redirecting
back to the logout page on login.

This adds a simple middleware that will just check if the
ClearExecutionContext session variable is set. If that is the case it
will just redirect back to the login page.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent 780e1485
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment