You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using multiple authentication options accounts from other methods get redirected to CAS logout screen when logging out.
This is caused by the fact that in the function "prelogout_hook" (auth/casattras/auth.php:296) doesn't check logged in user auth method while such check is present in base CAS auth code (auth/cas/auth.php:339).
The text was updated successfully, but these errors were encountered:
When using multiple authentication options accounts from other methods get redirected to CAS logout screen when logging out.
This is caused by the fact that in the function "prelogout_hook" (auth/casattras/auth.php:296) doesn't check logged in user auth method while such check is present in base CAS auth code (auth/cas/auth.php:339).
The text was updated successfully, but these errors were encountered: