We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7df895a + 81583db commit 0e0bbecCopy full SHA for 0e0bbec
manage_breast_screening/auth/oauth.py
@@ -40,6 +40,7 @@ def get_cis2_client():
40
server_metadata_url=settings.CIS2_SERVER_METADATA_URL,
41
client_kwargs={
42
"scope": settings.CIS2_SCOPES,
43
+ "prompt": "login",
44
"token_endpoint_auth_method": "private_key_jwt",
45
# Add a CIS2_DEBUG-only hook to log OIDC requests and responses
46
"hooks": {"response": [_log_response]},
0 commit comments