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 720cde5 commit e3c7fcaCopy full SHA for e3c7fca
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