Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 733dc54

Browse files
committed
fix: oauth2.token session_key args
1 parent b86b705 commit 733dc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcop/oauth2/token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def process_request(self, request: Optional[Union[Message, dict]] = None, **kwar
478478
sub=_session_info["grant"].sub,
479479
sid=_context.session_manager.session_key(
480480
_session_info["user_id"],
481-
_session_info["user_id"],
481+
_session_info["client_id"],
482482
_session_info["grant"].id,
483483
),
484484
)

0 commit comments

Comments
 (0)