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

Commit e7f90d3

Browse files
committed
Fix for situations with multiple workers and persistent storage
1 parent b46fe2d commit e7f90d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcrp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def finalize(self, issuer, response):
824824
**userinfo** The collected user information
825825
"""
826826

827-
client = self.issuer2rp[issuer]
827+
client = self.client_setup(issuer)
828828

829829
authorization_response = self.finalize_auth(client, issuer, response)
830830
if is_error_message(authorization_response):

0 commit comments

Comments
 (0)