mirror of
https://gh.wpcy.net/https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-05-04 13:33:40 +08:00
- Allow enabling saml configuration - Make security.access_control dynamic, depending on the auth_type - Add saml specific access_control configuration - Add saml routes configuration - Enable auth.logout.redirect for saml - Add template configuration for hslavich_onelogin_saml
13 lines
296 B
YAML
13 lines
296 B
YAML
security:
|
|
enable_authenticator_manager: true
|
|
|
|
encoders:
|
|
app_encoder:
|
|
id: App\Security\LegacyPasswordEncoder
|
|
App\Module\Users\Entity\User:
|
|
id: App\Security\LegacyPasswordEncoder
|
|
|
|
providers:
|
|
app_user_provider:
|
|
entity:
|
|
class: App\Module\Users\Entity\User
|