summaryrefslogtreecommitdiff
path: root/example/idp2/idp.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/idp2/idp.py')
-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 ea602cd7..7b8b9b9f 100755
--- a/example/idp2/idp.py
+++ b/example/idp2/idp.py
@@ -1041,7 +1041,7 @@ def application(environ, start_response):
path = environ.get("PATH_INFO", "").lstrip("/")
- if path == "metadata":
+ if path == "idp.xml":
return metadata(environ, start_response)
kaka = environ.get("HTTP_COOKIE", None)