pennersr / django-allauth

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

Home Page:https://allauth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socialauth provider saml does not log OneLogin_Saml2_Error exceptions

MichaelMenge opened this issue · comments

If a OneLogin_Saml2_Error is raised in ACSView.dispatch allauth/socialaccount/providers/saml/views.py
in auth.process_response() e.g. because no private key is found error_reason is set, but not errors
and no error is not logged

also the user is shown a AuthError.CANCELLED Page.