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/apps/saml2/urls.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 coip/apps/saml2/urls.py (limited to 'coip/apps/saml2/urls.py') diff --git a/coip/apps/saml2/urls.py b/coip/apps/saml2/urls.py new file mode 100644 index 0000000..1654c66 --- /dev/null +++ b/coip/apps/saml2/urls.py @@ -0,0 +1,11 @@ +''' +Created on Nov 7, 2011 + +@author: leifj +''' +from django.conf.urls.defaults import patterns, url, include + +urlpatterns = patterns('coip.apps.saml2.views', + url(r'^aq$',view='aq'), + url(r'^metadata$',view='metadata') +) \ No newline at end of file -- cgit v1.1