mx-moth / flask-saml2

Flask library for building SAML Service Providers and Identity Providers
MIT License
70 stars 61 forks source link

Silent error makes very difficult to debug #32

Open aenima-x opened 3 years ago

aenima-x commented 3 years ago

I would be very useful to add a log or something in this line on AssertionConsumer It's very difficult to find an error in the configuration of the IDP with this

            except CannotHandleAssertion:
                continue