summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-16 21:24:03 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-16 21:24:03 +0200
commit9c76e9cb7a95299225364390b1367c96f8187595 (patch)
treebbac4f0cdfe94af3fc13ebc88245cf3916a298e8
parentba8f3be8da0ffade8b25cb15f395ab67f5df23f2 (diff)
downloadpysaml2-9c76e9cb7a95299225364390b1367c96f8187595.tar.gz
Removed unused url
-rwxr-xr-xexample/idp2/idp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/idp2/idp.py b/example/idp2/idp.py
index 4f540669..1db95776 100755
--- a/example/idp2/idp.py
+++ b/example/idp2/idp.py
@@ -793,7 +793,7 @@ AUTHN_URLS = [
]
NON_AUTHN_URLS = [
- (r'login?(.*)$', do_authentication),
+ #(r'login?(.*)$', do_authentication),
(r'verify?(.*)$', do_verify),
(r'sso/ecp$', (SSO, "ecp")),
]