IdentityPython / SATOSA

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

fix: do not access missing props in Apple backend #447

Closed melanger closed 11 months ago

melanger commented 11 months ago

Introduced in #427, sorry @c00kiemon5ter I have missed that you have removed the guarding condition. The properties are not always present and might be already boolean, in which case the previous code converts False to True.

All Submissions: