dynamic sso client data

This commit is contained in:
Charles 2026-02-18 12:13:50 +01:00
parent e941363ca6
commit 782ca27b5e
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ parameters:
app_url: '%env(APP_URL)%' app_url: '%env(APP_URL)%'
mercure_secret: '%env(MERCURE_JWT_SECRET)%' mercure_secret: '%env(MERCURE_JWT_SECRET)%'
logos_directory: '%kernel.project_dir%/public/uploads/logos' logos_directory: '%kernel.project_dir%/public/uploads/logos'
oauth_sso_secret: '%env(OAUTH_SSO_SECRET)%' oauth_sso_identifier: '%env(OAUTH_SSO_IDENTIFIER)%'
services: services:
# default configuration for services in *this* file # default configuration for services in *this* file
@ -32,7 +32,7 @@ services:
App\Service\SSO\ProjectService: App\Service\SSO\ProjectService:
arguments: arguments:
$appUrl: '%app_url%' $appUrl: '%app_url%'
$clientSecret: '%oauth_sso_secret%' $clientIdentifier: '%oauth_sso_identifier%'
App\EventSubscriber\: App\EventSubscriber\:
resource: '../src/EventSubscriber/' resource: '../src/EventSubscriber/'
tags: ['kernel.event_subscriber'] tags: ['kernel.event_subscriber']