tenantSsoService->isLocalPasswordLoginAllowed($tenantId); } public function normalizeProfileSyncFields($fields): array { return $this->tenantSsoService->normalizeProfileSyncFields($fields); } public function defaultProfileSyncFields(): array { return $this->tenantSsoService->defaultProfileSyncFields(); } public function microsoftProviderKey(): string { return $this->tenantSsoService->microsoftProviderKey(); } }