From 77f872741267e60ad29d63207a850de48092a6fe Mon Sep 17 00:00:00 2001 From: r350178982 <32759763+r350178982@users.noreply.github.com> Date: Mon, 6 May 2024 16:17:00 +0800 Subject: [PATCH] Update views.py --- djangosaml2/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangosaml2/views.py b/djangosaml2/views.py index 48d68a9c..2bf82f86 100644 --- a/djangosaml2/views.py +++ b/djangosaml2/views.py @@ -788,7 +788,7 @@ def post(self, request, *args, **kwargs): request, request.POST, saml2.BINDING_HTTP_POST, *args, **kwargs ) - def do_logout_service(self, request, data, binding): + def do_logout_service(self, request, data, binding, *args, **kwargs): logger.debug("Logout service started") state, client = self.get_state_client(request)