Skip to content

Commit 082f8ed

Browse files
author
ori15
committed
make metadata path the same as entityid
1 parent 1e730de commit 082f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/idp2/idp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ def application(environ, start_response):
10411041

10421042
path = environ.get("PATH_INFO", "").lstrip("/")
10431043

1044-
if path == "metadata":
1044+
if path == "idp.xml":
10451045
return metadata(environ, start_response)
10461046

10471047
kaka = environ.get("HTTP_COOKIE", None)

0 commit comments

Comments
 (0)