Skip to content

Commit 94d11dc

Browse files
authored
fix: TICKET 0009387: Do not set OAuth prompt (#381)
We need prompt, the first time, if consent is not predefined for the application. Once the user consents, next logins are non-interactive. Co-authored-by: atisne <aurelien.tisne@cs-soprasteria.com>
1 parent 3b70a25 commit 94d11dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/functions/oauth_providers/OAuth2Call.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
$oap['client_id'] = $cfg['oauth_client_id'];
7474
$oap['scope'] = $cfg['oauth_scope'];
7575

76-
$oap['prompt'] = 'none';
7776
$oap['response_type'] = 'code';
7877

7978
if ($oauth2Name == 'azuread') {

0 commit comments

Comments
 (0)