|
@@ -62,7 +62,7 @@ class HttpDigestFactory implements SecurityFactoryInterface
|
|
->children()
|
|
->children()
|
|
->scalarNode('provider')->end()
|
|
->scalarNode('provider')->end()
|
|
->scalarNode('realm')->defaultValue('Secured Area')->end()
|
|
->scalarNode('realm')->defaultValue('Secured Area')->end()
|
|
- ->scalarNode('key')->cannotBeEmpty()->end()
|
|
|
|
|
|
+ ->scalarNode('key')->isRequired()->cannotBeEmpty()->end()
|
|
->end()
|
|
->end()
|
|
;
|
|
;
|
|
}
|
|
}
|