Hey all,
I'm using pysaml2 via SATOSA (and I understand neither really, so my nomenclature here will be mixed and confused) and in my SATOSA frontend config I loaded an SP metadata which has a couple of SPSSODescriptor RequestedAttribute attributes defined.
When the SP metadata has them pysaml2 ignores (well, filters out really) all other attributes except those attributes.
Is it possible to configure pysaml2 to ignore the SPSSODescriptor RequestedAttributes in the metadata file?
Or add to the list? Something similar to sp.required_attributes but for the IDP?
Thank you!