We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some configuration like provider_base_url, client_secret and client_id are validated when the container is compiled: https://github.com/KleeGroup/FranceConnect-Symfony/blob/master/DependencyInjection/Configuration.php#L45
provider_base_url
client_secret
client_id
It is not possible to use environment variables for thoses because of that. This validation should be done at runtime:
symfony/symfony#20684 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some configuration like
provider_base_url
,client_secret
andclient_id
are validated when the container is compiled:https://github.com/KleeGroup/FranceConnect-Symfony/blob/master/DependencyInjection/Configuration.php#L45
It is not possible to use environment variables for thoses because of that. This validation should be done at runtime:
symfony/symfony#20684 (comment)
The text was updated successfully, but these errors were encountered: