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

Commit a5a0925

Browse files
committed
Logging
1 parent 77f6a38 commit a5a0925

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
@@ -407,6 +407,8 @@ def setup_auth(self, request, redirect_uri, cinfo, cookie, acr=None, **kwargs):
407407
# To authenticate or Not
408408
if identity is None: # No!
409409
logger.info("No active authentication")
410+
logger.debug("Known clients: {}".format(list(self.endpoint_context.cdb.keys())))
411+
410412
if "prompt" in request and "none" in request["prompt"]:
411413
# Need to authenticate but not allowed
412414
return {

0 commit comments

Comments
 (0)