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

Commit 8e8709a

Browse files
committed
logging
1 parent f6b02f3 commit 8e8709a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/oidcendpoint/common/authorization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def verify_uri(endpoint_context, request, uri_type, client_id=None):
8484

8585
match = False
8686
# Get the clients registered redirect uris
87+
logger.debug('Client info: {}'.format(endpoint_context.cdb[_cid]))
8788
redirect_uris = endpoint_context.cdb.get(_cid, {}).get("{}s".format(uri_type))
8889
if not redirect_uris:
8990
if _cid not in endpoint_context.cdb:

0 commit comments

Comments
 (0)