saml: allow to keep existing roles on login (#3440)

This commit is contained in:
Kevin Papst
2022-07-26 23:18:04 +02:00
committed by GitHub
parent ed7f89cfe1
commit 95ab9bda2d
6 changed files with 23 additions and 1 deletions

View File

@@ -885,6 +885,9 @@ class Configuration implements ConfigurationInterface
->arrayNode('roles')
->addDefaultsIfNotSet()
->children()
->booleanNode('resetOnLogin')
->defaultTrue()
->end()
->scalarNode('attribute')
->defaultNull()
->end()