diff --git a/djangosaml2/views.py b/djangosaml2/views.py index 48d68a9..2bf82f8 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)