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

Commit de49d67

Browse files
committed
prompt==login forces reauthentication.
1 parent 2c8b44c commit de49d67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/oidcop/oauth2/authorization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,7 @@ def re_authenticate(request, authn) -> bool:
969969
:return:
970970
"""
971971
if "prompt" in request and request["prompt"] == "login":
972+
logger.debug("Reauthenticate due to prompt=login")
972973
return True
973974

974975
return False

0 commit comments

Comments
 (0)