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.
2 parents a825768 + 6171188 commit 5526069Copy full SHA for 5526069
src/Auth/Source/Negotiate.php
@@ -423,7 +423,7 @@ protected function lookupUserData(string $uid): ?array
423
public function logout(array &$state): void
424
{
425
// get the source that was used to authenticate
426
- $authId = $state['LogoutState']['negotiate:backend'];
+ $authId = $state['negotiate:backend'];
427
Logger::debug('Negotiate - logout has the following authId: "' . $authId . '"');
428
429
if ($authId === null) {
0 commit comments