We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5081a28 commit 9f7fe35Copy full SHA for 9f7fe35
src/Auth/Source/Negotiate.php
@@ -218,7 +218,7 @@ public function authenticate(array &$state): void
218
$state['Attributes'] = $lookup;
219
// Override the backend so logout will know what to look for
220
$state['LogoutState'] = [
221
- 'negotiate:backend' => null,
+ 'negotiate:backend' => $this->backend,
222
];
223
Logger::info('Negotiate - authenticate(): ' . $userPrincipalName . ' authorized.');
224
Auth\Source::completeAuth($state);
0 commit comments