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

Exception at /saml2_auth/acs/ #184

Open SourabhRao2023 opened 1 year ago

SourabhRao2023 commented 1 year ago

Exception at /saml2_auth/acs/ We got a URL reverse issue: [<function acs at 0x7fc05034b280>, '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

SourabhRao2023 commented 1 year ago

I find solution , the error hit because of acs in reverse function not give path of acs view we manually add its path as a str where reverse function call and pass acs in parameter