saml: allow to keep existing roles on login (#3440)
This commit is contained in:
@@ -885,6 +885,9 @@ class Configuration implements ConfigurationInterface
|
||||
->arrayNode('roles')
|
||||
->addDefaultsIfNotSet()
|
||||
->children()
|
||||
->booleanNode('resetOnLogin')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->scalarNode('attribute')
|
||||
->defaultNull()
|
||||
->end()
|
||||
|
||||
Reference in New Issue
Block a user