IdentityPython / SATOSA

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

feat: allow loading of tuples from YAML configs #441

Closed melanger closed 11 months ago

melanger commented 1 year ago

Currently it is not possible to supply storage for SAML frontend (pysaml2), because Safeloader is used and it prevents tuples from being loading as proper Python tuples.

All Submissions: