SuiteCRM-Core/config/packages/security.yaml
Clemente Raposo 4e4b43e92e Add base saml configuration
- 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
2022-09-09 12:46:23 +01:00

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