From f939426fc32edb41be77c28d94c020a8fbc6c1bd Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 2 Apr 2012 15:30:37 +0200 Subject: basic AA using pysaml2 --- coip/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coip/urls.py') diff --git a/coip/urls.py b/coip/urls.py index c2645de..353427f 100644 --- a/coip/urls.py +++ b/coip/urls.py @@ -72,5 +72,6 @@ urlpatterns = patterns('', (r'^api/activitystreams/', include('coip.apps.activitystreams.urls')), (r'^api/opensocial/', include('coip.apps.opensocial.urls')), (r'^api/hello/?', 'coip.apps.name.views.hello'), - (r'^oauth2/', include('django_oauth2_lite.urls')) + (r'^oauth2/', include('django_oauth2_lite.urls')), + (r'^saml2/', include('coip.apps.saml2.urls')) ) -- cgit v1.1