IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
200 stars 123 forks source link

Filter empty Claims #362

Closed shaardie closed 3 years ago

shaardie commented 3 years ago

This patch adds a filter to the claims to remove empty lists or None values. They are not needed and they break hard during the claim parsing.

All Submissions: