django-saml2-auth

Redirect loop in django-saml2-auth-ai and in djangosaml2

Redirect loop in django-saml2-auth-ai and in djangosaml2 Question: Good afternoon experts, I am trying to implement SAML authentication in my web app. I tried to use django-saml2-auth-ai and in djangosaml2 libraries but I got into a redirect loop for both libraries. django-saml2-auth-ai (2.1.6) urls.py: url(r’^saml2_auth/’, include(‘django_saml2_auth.urls’)), url(r’^accounts/login/$’, django_saml2_auth.views.signin, name=’login’), url(r’^accounts/logout/$’, django_saml2_auth.views.signout, name=’logout’), config: I added …

Total answers: 1