security->getUser(); if ($connectionRequest->getOrganizationId() !== $access->getOrganization()->getId()) { throw new \RuntimeException('Forbidden'); } $helloAssoEntity = $this->connectionService->connect( $connectionRequest->getOrganizationId(), $connectionRequest->getAuthorizationCode() ); return $helloAssoEntity; } }