Skip to content
Snippets Groups Projects
Commit ade67aac authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Fix the config structure

missed some things after the move
parent 5379eaf9
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('client_secret')->end()
->scalarNode('audience')->end()
->booleanNode('local_validation')->defaultTrue()->end()
->scalarNode('frontend_client_id')->end()
->end();
return $treeBuilder;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment