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
File : django_cas/views.py in _logout_url L.104
change :
url += '?' + urlencode({'url': protocol + host + next_page})
By :
url += '?' + urlencode({'service': protocol + host + next_page})
Seems to fix this problem
Is-it possible to add some REDIRECT_FIELD_NAME_AFTER_CAS_LOGOUT or something like that to permit redirect after logout in CAS ?
Thanks and regards
The text was updated successfully, but these errors were encountered:
File : django_cas/views.py in _logout_url L.104
change :
url += '?' + urlencode({'url': protocol + host + next_page})
By :
url += '?' + urlencode({'service': protocol + host + next_page})
Seems to fix this problem
Is-it possible to add some REDIRECT_FIELD_NAME_AFTER_CAS_LOGOUT or something like that to permit redirect after logout in CAS ?
Thanks and regards
The text was updated successfully, but these errors were encountered: