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

@@ -21,5 +21,7 @@ interface SamlConfigurationInterface
public function getRolesMapping(): array;
public function isRolesResetOnLogin(): bool;
public function getConnection(): array;
}