fangli / django-saml2-auth

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Other
504 stars 223 forks source link

KeyError when integrating with OKTA #136

Closed ishitvyas closed 4 years ago

ishitvyas commented 4 years ago

I am getting error same as https://github.com/fangli/django-saml2-auth/issues/49 [KeyError at /saml2_auth/acs/ with Exception Value: 'Email']

My Django application has Django provided authentication used. Django provided login, register and logout forms are used.

User profile mapping are unchanged.

ishitvyas commented 4 years ago

.