dynamic sso client data
This commit is contained in:
parent
e941363ca6
commit
782ca27b5e
|
|
@ -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']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue