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

Commit ca2a917

Browse files
committed
endpoint_context != keyjar
1 parent ebd85c6 commit ca2a917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcendpoint/endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def parse_request(self, request, auth=None, **kwargs):
203203
else:
204204
_client_id = req.get("client_id")
205205

206-
keyjar = getattr(self, "endpoint_context", "")
206+
keyjar = self.endpoint_context.keyjar
207207

208208
# verify that the request message is correct
209209
try:

0 commit comments

Comments
 (0)