You are here

d7_authmap.yml in External Authentication 8

Same filename and directory in other branches
  1. 2.0.x migration_templates/d7_authmap.yml
migration_templates/d7_authmap.yml

File

migration_templates/d7_authmap.yml
View source
  1. id: d7_authmap
  2. label: Authmap
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: authmap
  7. process:
  8. uid:
  9. -
  10. plugin: migration
  11. migration: d7_user
  12. source: uid
  13. -
  14. plugin: skip_on_empty
  15. method: row
  16. provider: module
  17. authname: authname
  18. destination:
  19. plugin: authmap
  20. migration_dependencies:
  21. required:
  22. - d7_user