summaryrefslogtreecommitdiff
path: root/coip/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'coip/urls.py')
-rw-r--r--coip/urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/coip/urls.py b/coip/urls.py
index 353427f..36c65ea 100644
--- a/coip/urls.py
+++ b/coip/urls.py
@@ -73,5 +73,6 @@ urlpatterns = patterns('',
(r'^api/opensocial/', include('coip.apps.opensocial.urls')),
(r'^api/hello/?', 'coip.apps.name.views.hello'),
(r'^oauth2/', include('django_oauth2_lite.urls')),
- (r'^saml2/', include('coip.apps.saml2.urls'))
+ (r'^saml2/aa/', include('coip.apps.saml2.urls')),
+ (r'^saml2/sp/', include('djangosaml2.urls'))
)