You are here

samlauth.schema.yml in SAML Authentication 8.2

config/schema/samlauth.schema.yml

File

config/schema/samlauth.schema.yml
View source
  1. samlauth.authentication:
  2. type: config_object
  3. mapping:
  4. login_menu_item_title:
  5. type: string
  6. logout_menu_item_title:
  7. type: string
  8. drupal_saml_login:
  9. type: boolean
  10. login_redirect_url:
  11. type: string
  12. logout_redirect_url:
  13. type: string
  14. sp_entity_id:
  15. type: string
  16. sp_name_id_format:
  17. type: string
  18. sp_cert_folder:
  19. type: string
  20. sp_x509_certificate:
  21. type: string
  22. sp_private_key:
  23. type: string
  24. idp_enity_id:
  25. type: string
  26. idp_single_sign_on_service:
  27. type: string
  28. idp_single_log_out_service:
  29. type: string
  30. idp_change_password_service:
  31. type: string
  32. idp_cert_type:
  33. type: string
  34. idp_x509_certificate:
  35. type: string
  36. idp_x509_certificate_multi:
  37. type: string
  38. unique_id_attribute:
  39. type: string
  40. map_users:
  41. type: boolean
  42. create_users:
  43. type: boolean
  44. sync_name:
  45. type: boolean
  46. sync_mail:
  47. type: boolean
  48. user_name_attribute:
  49. type: string
  50. user_mail_attribute:
  51. type: string
  52. strict:
  53. type: boolean
  54. security_authn_requests_sign:
  55. type: boolean
  56. security_signature_algorithm:
  57. type: string
  58. security_messages_sign:
  59. type: boolean
  60. security_request_authn_context:
  61. type: boolean
  62. security_lowercase_url_encoding:
  63. type: boolean