Skip to content

Commit f18448c

Browse files
authored
Merge pull request #168 from IdentityPython/httpc_param
Issuer instances need to have the same httpc_params specification as …
2 parents ce07798 + ef150b6 commit f18448c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cryptojwt/key_jar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def add_url(self, issuer_id: str, url: str, **kwargs) -> KeyBundle:
134134
"""
135135

136136
issuer = self.return_issuer(issuer_id)
137+
issuer.httpc_params = self.httpc_params
137138
kb = issuer.add_url(url, **kwargs)
138139
return kb
139140

0 commit comments

Comments
 (0)