mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Fix missing client_id during logout
This commit is contained in:
parent
6880684dd6
commit
94800bc00a
2 changed files with 3 additions and 4 deletions
|
@ -84,8 +84,7 @@ def logout(request, next_page=None):
|
|||
try:
|
||||
username = request.user.username
|
||||
request_args = {
|
||||
# it is perfectly fine to send the token, even if it is expired
|
||||
"id_token_hint": request.session["id_token_raw"],
|
||||
"client_id": CLIENT.client_id,
|
||||
"state": request.session["state"],
|
||||
}
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue