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
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
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