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

@@ -451,6 +451,7 @@ class ConfigurationTest extends TestCase
'activate' => false,
'title' => 'Login with SAML',
'roles' => [
'resetOnLogin' => true,
'attribute' => null,
'mapping' => []
],