You are here

simplesamlphp_custom_attributes.routing.yml in SimpleSAMLphp Custom Attribute Mapping 8

File

simplesamlphp_custom_attributes.routing.yml
View source
  1. simplesamlphp_custom_attributes.list:
  2. path: 'admin/config/people/simplesamlphp-custom-attributes'
  3. defaults:
  4. _title: 'SimpleSAMLphp Auth Attribute Mapping'
  5. _controller: '\Drupal\simplesamlphp_custom_attributes\Controller\SimplesamlphpCustomAttributesController::ssoMappings'
  6. requirements:
  7. _permission: 'administer simplesamlphp authentication'
  8. simplesamlphp_custom_attributes.add:
  9. path: 'admin/config/people/simplesamlphp-custom-attributes/add'
  10. defaults:
  11. _title: 'Add'
  12. _title_context: 'Add a user sso mapping.'
  13. _form: '\Drupal\simplesamlphp_custom_attributes\Form\SimplesamlphpCustomAttributesEditForm'
  14. requirements:
  15. _permission: 'administer simplesamlphp authentication'
  16. simplesamlphp_custom_attributes.edit:
  17. path: 'admin/config/people/simplesamlphp-custom-attributes/{mapping}/edit'
  18. defaults:
  19. _title: 'Edit'
  20. _title_context: 'Edit a user sso mapping.'
  21. _form: '\Drupal\simplesamlphp_custom_attributes\Form\SimplesamlphpCustomAttributesEditForm'
  22. requirements:
  23. _permission: 'administer simplesamlphp authentication'
  24. simplesamlphp_custom_attributes.delete:
  25. path: 'admin/config/people/simplesamlphp-custom-attributes/{mapping}/delete'
  26. defaults:
  27. _title: 'Delete'
  28. _title_context: 'Delete a user sso mapping.'
  29. _form: '\Drupal\simplesamlphp_custom_attributes\Form\SimplesamlphpCustomAttributesDeleteForm'
  30. requirements:
  31. _permission: 'administer simplesamlphp authentication'