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
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?