teamhanko / hanko

The complete Authentication and User Management solution for developers.
https://hanko.io
Other
5.74k stars 805 forks source link

feat(saml): make getting providers from metadata non-panic #1464

Closed shentschel closed 4 months ago

shentschel commented 4 months ago

Description

Changes the error behaviour when initialising saml providers. Instead of stoping the application now there will be a warning that the provider could not be loaded. The provider in question will be ignored on startup.

Closes: #1445

shentschel commented 4 months ago

I extended the information with the idpconfig provider name.