The corresponding provider bundle for the Fluxter SaaS Consumer bundle
composer require fluxter/saas-provider-bundle
- Create a client entity, that implements the TenantInterface
- Create a Client Parameter entity, that implements SaasClientParameterInterface
- Configure the bundle
# config/packages/saas_provider.yaml saas_provider: client_entity: App\Entity\User global_url: app.yourdomain.tld
- Configure your firewall to the correct voter mode
# config/packages/security.yaml security: access_decision_manager: strategy: unanimous allow_if_all_abstain: false