oidc backchannel logout portal

This commit is contained in:
Yuri Kuznetsov
2023-01-22 20:09:30 +02:00
parent 5be5275eda
commit e5c400214a
2 changed files with 2 additions and 5 deletions
+2 -1
View File
@@ -58,9 +58,10 @@ class Oidc
$response->writeBody(Json::encode($data));
}
/**
* @throws BadRequest
* @throws ForbiddenSilent
* @throws Forbidden
*/
public function postActionBackchannelLogout(Request $request, Response $response): void
{
@@ -90,10 +90,6 @@ class BackchannelLogout
return;
}
if ($user->isPortal()) {
return;
}
$authTokenList = $this->entityManager
->getRDBRepositoryByClass(AuthTokenEntity::class)
->where([