You are here

d7_simplesamlphp_auth.yml in simpleSAMLphp Authentication 8.3

migration_templates/d7_simplesamlphp_auth.yml

File

migration_templates/d7_simplesamlphp_auth.yml
View source
  1. id: d7_simplesamlphp_auth
  2. label: SimpleSAMLphp Auth settings
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: variable
  7. constants:
  8. activate: false
  9. variables:
  10. - simplesamlphp_auth_mailattr
  11. - simplesamlphp_auth_unique_id
  12. - simplesamlphp_auth_user_name
  13. - simplesamlphp_auth_authsource
  14. - simplesamlphp_auth_rolepopulation
  15. - simplesamlphp_auth_roleevaleverytime
  16. - simplesamlphp_auth_debug
  17. - simplesamlphp_auth_registerusers
  18. - simplesamlphp_auth_allowsetdrupalpwd
  19. - simplesamlphp_auth_allowdefaultlogin
  20. - simplesamlphp_auth_allowdefaultloginroles
  21. - simplesamlphp_auth_allowdefaultloginusers
  22. - simplesamlphp_auth_login_link_display_name
  23. - simplesamlphp_auth_logoutgotourl
  24. - simplesamlphp_auth_autoenablesaml
  25. process:
  26. activate: 'constants/activate' # Always migrate "activate" setting to false, to avoid lockouts
  27. mail_attr: simplesamlphp_auth_mailattr
  28. unique_id: simplesamlphp_auth_unique_id
  29. user_name: simplesamlphp_auth_user_name
  30. auth_source: simplesamlphp_auth_authsource
  31. login_link_display_name: simplesamlphp_auth_login_link_display_name
  32. role/population: simplesamlphp_auth_rolepopulation
  33. role/eval_every_time: simplesamlphp_auth_roleevaleverytime
  34. register_users: simplesamlphp_auth_registerusers
  35. allow/set_drupal_pwd: simplesamlphp_auth_allowsetdrupalpwd
  36. allow/default_login: simplesamlphp_auth_allowdefaultlogin
  37. allow/default_login_roles:
  38. plugin: migration
  39. migration: d7_user_role
  40. source: simplesamlphp_auth_allowdefaultloginroles
  41. allow/default_login_users: simplesamlphp_auth_allowdefaultloginusers
  42. logout_goto_url: simplesamlphp_auth_logoutgotourl
  43. autoenablesaml: simplesamlphp_auth_autoenablesaml
  44. debug: simplesamlphp_auth_debug
  45. destination:
  46. plugin: config
  47. config_name: simplesamlphp_auth.settings
  48. migration_dependencies:
  49. required:
  50. - d7_user_role