Skip to content

Commit

Permalink
benoit's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 29, 2024
1 parent feae787 commit 95e4fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacommunaute/openid_connect/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def openid_connect_callback(request): # pylint: disable=too-many-return-stateme
user_data = jwt.decode(
response.content,
key=constants.OPENID_CONNECT_CLIENT_SECRET,
algorithms=["HS256"],
algorithms=["RS256"],
audience=constants.OPENID_CONNECT_CLIENT_ID,
)

Expand Down

0 comments on commit 95e4fd3

Please sign in to comment.