django-saml2-auth icon indicating copy to clipboard operation
django-saml2-auth copied to clipboard

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta

Results 99 django-saml2-auth issues
Sort by recently updated
recently updated
newest added

I am using this plugin for my django application for Okta integration. However I am unable to use it as my metadata url is also authenticated by session which is...

Line no 127, views.py: authn_response = saml_client.parse_authn_request_response( resp, entity.BINDING_HTTP_POST) if authn_response is None: return HttpResponseRedirect(get_reverse([denied, 'denied', 'django_saml2_auth:denied'])) I am getting None value for this authn_response variable, so my website redirecting...

Trying to access an Active Directory SAML IDP and they are unable to process my request. According to the IDP staff the problem is with the following line in the...

- doc note on criterion for matching saml user identity to django user (namely, on username) - only import jwt_encode from rest_auth.utils if USE_JWT setting is True - user authentication...

Caused by how we did not use Python's old string formatting operator to inject the problematic id into the log message. This issue caused one of our SAML logging calls...

Exception at /saml2_auth/acs/ We got a URL reverse issue: [, 'acs', 'django_saml2_auth:acs']. This is a known issue but please still submit a ticket at https://github.com/fangli/django-saml2-auth/issues/new how i resolved this problem

I have the below error while login my django with saml2 login.Please help to fix this. ![image](https://github.com/fangli/django-saml2-auth/assets/144344049/09503126-2bbe-4d1c-8bfc-c59f666755af)

I have a Python-Django project and I'm trying to integrate with a C#/.NET existing website SAML authentication, using their idp. I absolutely need to generate a metadata file to give...