OTA-Insight / djangosaml2idp

SAML 2.0 Identity Provider in Django
Apache License 2.0
104 stars 96 forks source link

restructure error handler logic #64

Closed mhindery closed 4 years ago

mhindery commented 4 years ago

Closes https://github.com/OTA-Insight/djangosaml2idp/issues/58

Allows better error handling customization by end-users. All error handling can now be customized by defining one customized view in the settings. Previously this required to subclass multiple views in the saml2 flow.

askvortsov1 commented 4 years ago

Looks good!