You are here

ldap_sso.schema.yml in LDAP Single Sign On 8

Same filename and directory in other branches
  1. 8.4 config/schema/ldap_sso.schema.yml
config/schema/ldap_sso.schema.yml

File

config/schema/ldap_sso.schema.yml
View source
  1. ldap_sso.settings:
  2. type: config_object
  3. mapping:
  4. seamlessLogin:
  5. type: boolean
  6. ssoSplitUserRealm:
  7. type: boolean
  8. ssoRemoteUserStripDomainName:
  9. type: boolean
  10. cookieExpire:
  11. type: boolean
  12. ssoVariable:
  13. type: string
  14. ssoExcludedPaths:
  15. type: sequence
  16. sequence:
  17. type: string
  18. ssoExcludedHosts:
  19. type: sequence
  20. sequence:
  21. type: string
  22. redirectOnLogout:
  23. type: boolean
  24. logoutRedirectPath:
  25. type: string
  26. enableLoginConfirmationMessage:
  27. type: boolean