pyFF icon indicating copy to clipboard operation
pyFF copied to clipboard

SAML metadata aggregator

Results 37 pyFF issues
Sort by recently updated
recently updated
newest added
trafficstars

## Code Version 1.1.x or 2.x ## Expected Behavior certificate check works on the metadata ## Current Behavior certificate fails..with the provided config you get INFO:pyff.fetch:successfully fetched https://mdq.incommon.org/entities/idps/all ERROR:xmlsec:Unable to...

This PR adds a GitHub Actions workflow that validates `publiccode.yml` on every pull request using `italia/publiccode-parser-action@v1`. No behavior change to the code, just CI.

**Problem** In PyFF 2.x, the MDQ handler attempts to parse the URL path and remove the extensions (like `.xml` or `.json`) under the assumption that these are used to indicate...

This is needed for us when aggregating metadata in EIDAS. Will make it possible to seamlessly handle when countries changed their trust/signing certificate.

Minor improvements. First up - handle trailing slashes.

This appears to be similar to https://github.com/IdentityPython/pyFF/issues/193. We are upgrading from 1.1.0 to 2.1.x. Currently I am testing 2.1.2. I am finding that, although all our SP metadata fiels are...

When I try running pyff-dir directory1 directory2 I am getting the error ``` Traceback (most recent call last): File "/usr/local/bin/pyff-dir", line 8, in sys.exit(pyffdir()) File "/usr/local/lib/python3.10/dist-packages/pyff/run.py", line 72, in pyffdir...