diff --git a/src/Auth/Source/Negotiate.php b/src/Auth/Source/Negotiate.php index 203bf4e..42a3dec 100644 --- a/src/Auth/Source/Negotiate.php +++ b/src/Auth/Source/Negotiate.php @@ -423,7 +423,7 @@ protected function lookupUserData(string $uid): ?array public function logout(array &$state): void { // get the source that was used to authenticate - $authId = $state['LogoutState']['negotiate:backend']; + $authId = $state['negotiate:backend']; Logger::debug('Negotiate - logout has the following authId: "' . $authId . '"'); if ($authId === null) {