You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current pyFF code base cannot return metadata for the eduID IdP when
requested by the Shibboleth IdP. See GitHub issue
IdentityPython/pyFF#193
and related Shibboleth SP issue
https://issues.shibboleth.net/jira/browse/SSPCPP-887
This commit adds a simple local patch to workaround the issue
for now.
pyFF does not return SAML metadata when the entityID in the MDQ query ends with '.xml' and the request includes the header
The draft MDQ spec can be found at
https://github.com/iay/md-query/blob/master/draft-young-md-query-saml.txt
Code Version
Commit 7705880
Expected Behavior
pyFF should return SAML metadata (XML) in response to an MDQ query for entityIDs that end in ".xml" when the request includes the header
Current Behavior
When the entityID ends in '.xml' no SAML metadata is returned for the entity with that entityID even when the header is
Steps to Reproduce
Prepare a pyFF that parses the metadata aggregate at
http://mds.swamid.se/md/swamid-2.0.xml
and then try
The text was updated successfully, but these errors were encountered: