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

Commit 77f6a38

Browse files
committed
Logging
1 parent 945f65d commit 77f6a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oidcendpoint/oidc/authorization.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,8 @@ def post_authentication(self, user, request, sid, **kwargs):
537537

538538
response_info = create_authn_response(self, request, sid)
539539

540+
logger.debug("Known clients: {}".format(list(self.endpoint_context.cdb.keys())))
541+
540542
try:
541543
redirect_uri = get_uri(self.endpoint_context, request, "redirect_uri")
542544
except (RedirectURIError, ParameterError) as err:

0 commit comments

Comments
 (0)