Skip to content

Commit

Permalink
fix: better logout error message
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 13, 2023
1 parent 2f6be47 commit 134b4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canaille/oidc/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def end_session():
return jsonify(
{
"status": "error",
"message": "id_token_hint and client_id don't match",
"message": "id_token audience and client_id don't match",
}
)

Expand Down

0 comments on commit 134b4c5

Please sign in to comment.