pyFF
pyFF copied to clipboard
SAML metadata aggregator
pyFF does not appear to be using the certificates to check the Metadata signature. When an XRD file is used in batch mode with incorrect certificate the metadata is still...
As listed in the OASIS standard
### All Submissions: * [ x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? * [x ] Have you added an explanation of...
My pipeline loads two metadata feeds. Both have the entityId https://shibboleth.turnitin.com/shibboleth. By the order of feeds in load statement I can have this entity taken from appropriate metadata feed in...
pyFF does not return SAML metadata when the entityID in the MDQ query ends with '.xml' and the request includes the header ``` Accept: application/samlmetadata+xml ``` The draft MDQ spec...
### All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? * [x] Have you added an explanation of what problem...
In store.py @270 there is logic to recognise "=" separated keys. We have entityID's that embed base64 encoded information in entityID, one of them ending in the base64 padding "=="....
As discussed on Slack, I file an issue as a reminder of this problem. On a fresh pyFF deploy (master as of feb 2020) I encountered an unexpected Accept header...
This is related to #61