oidc backchannel logout portal
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user