We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e730de commit 082f8edCopy full SHA for 082f8ed
example/idp2/idp.py
@@ -1041,7 +1041,7 @@ def application(environ, start_response):
1041
1042
path = environ.get("PATH_INFO", "").lstrip("/")
1043
1044
- if path == "metadata":
+ if path == "idp.xml":
1045
return metadata(environ, start_response)
1046
1047
kaka = environ.get("HTTP_COOKIE", None)
0 commit comments