saml: allow to keep existing roles on login (#3440)
This commit is contained in:
@@ -86,6 +86,11 @@ class SystemConfiguration implements SystemBundleConfiguration
|
||||
return (array) $this->find('saml.roles.mapping');
|
||||
}
|
||||
|
||||
public function isSamlRolesResetOnLogin(): bool
|
||||
{
|
||||
return (bool) $this->find('saml.roles.resetOnLogin');
|
||||
}
|
||||
|
||||
public function getSamlConnection(): array
|
||||
{
|
||||
return (array) $this->find('saml.connection');
|
||||
|
||||
Reference in New Issue
Block a user