Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle the params in url when calling /ls #406

Closed
r350178982 opened this issue May 6, 2024 · 1 comment
Closed

Handle the params in url when calling /ls #406

r350178982 opened this issue May 6, 2024 · 1 comment

Comments

@r350178982
Copy link
Contributor

Hi
There is a problem, when I use the LogoutView for loging out the saml sp. Here is the code slice:
django_url:

re_path(r'^org/custom/(?P<org_id>\d+)/saml/', include('djangosaml2.urls')),
when view related to /ls in djangosaml2 is called, there is an error “do_logout_service() got an unexpected arguments "org_id"”, which I guess there is no such arguments in do_logout_service function.

And here is my idea for fixing it:
https://github.com/IdentityPython/djangosaml2/pull/405/files

Please have a look
Thank you.

@peppelinux
Copy link
Member

Resolved by #405

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants