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

Commit 4ee4b3f

Browse files
committed
prompt==login forces reauthentication.
1 parent f0d2d8c commit 4ee4b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcop/oauth2/authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ def re_authenticate(request, authn) -> bool:
968968
:param authn:
969969
:return:
970970
"""
971-
logger.debug("Re-authenticate ??")
971+
logger.debug("Re-authenticate ??: {}".format(request))
972972

973973
if "prompt" in request and request["prompt"] == "login":
974974
logger.debug("Reauthenticate due to prompt=login")

0 commit comments

Comments
 (0)