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

Commit e67cb5f

Browse files
authored
Merge pull request #32 from davidkhess/master
Fix for situations with multiple workers and persistent storage
2 parents 35a604e + e7f90d3 commit e67cb5f

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)