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

DecideBackendByRequester: add default_backend setting #426

Closed vladimir-mencl-eresearch closed 1 year ago

vladimir-mencl-eresearch commented 1 year ago

Enhance the DecideBackendByRequester microservice: support a default_backend setting - to avoid having to spell out all requesters: with default backend. With a default backend, only exceptions/overrides need to be listed.

Also add missing tests for DecideBackendByRequester - and then add tests covering this feature.

All Submissions:

peppelinux commented 1 year ago

I completely agree, that was the previous default behaviours before the refactoring

c00kiemon5ter commented 1 year ago

Thank you!