You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: