Skip to content

Commit c918e67

Browse files
add prompt=login
1 parent 6d69e9a commit c918e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controllers/AuthCodeController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public function startAuthorizationGrant(array $scopes): string
107107
'redirect_uri' => $this->getConfigProvider()->getAuthCodeCallbackUrl(),
108108
'state' => $this->generateOAuth2State(),
109109
'response_type' => 'code',
110+
'prompt' => 'login',
110111
'scope' => join(' ', $scopes)
111112
];
112113

0 commit comments

Comments
 (0)