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

Commit 99e0ad8

Browse files
committed
Missing storage of auth response.
1 parent f1e7f3d commit 99e0ad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oidcrp/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,8 @@ def finalize_auth(self, client, issuer, response):
647647

648648
_srv.update_service_context(authorization_response,
649649
state=authorization_response['state'])
650+
self.session_interface.store_item(authorization_response, "auth_response",
651+
authorization_response['state'])
650652
return authorization_response
651653

652654
def get_access_and_id_token(self, authorization_response=None, state='',

0 commit comments

Comments
 (0)