From aa72ade72657eb6c0ae3b20ee406e58fead1c3d4 Mon Sep 17 00:00:00 2001 From: Johan Berggren Date: Thu, 20 Sep 2012 10:19:29 +0200 Subject: saml2 fixes. Now redirects to /user/home after login, and new auth backend in place. --- coip/apps/auth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coip/apps') diff --git a/coip/apps/auth/views.py b/coip/apps/auth/views.py index be816d1..7c2c397 100644 --- a/coip/apps/auth/views.py +++ b/coip/apps/auth/views.py @@ -72,4 +72,4 @@ def accounts_login_federated(request): def logout(request): from django.contrib.auth import logout logout(request) - return HttpResponseRedirect("/Shibboleth.sso/Logout") \ No newline at end of file + return HttpResponseRedirect("/") \ No newline at end of file -- cgit v1.1