You are here

shib_auth.routing.yml in Shibboleth Authentication 8

Same filename and directory in other branches
  1. 8.4 shib_auth.routing.yml

File

shib_auth.routing.yml
View source
  1. shib_auth.shibboleth_settings:
  2. path: '/admin/config/people/shib_auth'
  3. defaults:
  4. _form: '\Drupal\shib_auth\Form\ShibbolethSettings'
  5. _title: 'Shibboleth Settings'
  6. requirements:
  7. _permission: 'access administration pages'
  8. options:
  9. _admin_route: TRUE
  10. shib_auth.advanced_settings:
  11. path: '/admin/config/people/shib_auth/advanced'
  12. defaults:
  13. _form: '\Drupal\shib_auth\Form\AdvancedSettings'
  14. _title: 'Advanced Settings'
  15. requirements:
  16. _permission: 'access administration pages'
  17. options:
  18. _admin_route: TRUE
  19. shib_auth.login_controller_login:
  20. path: '/shib_login'
  21. defaults:
  22. _controller: '\Drupal\shib_auth\Controller\LoginController::login'
  23. _title: 'Login'
  24. requirements:
  25. _access: 'TRUE'
  26. options:
  27. no_cache: 'TRUE'
  28. shib_auth.logout_controller_logout:
  29. path: '/shib_logout'
  30. defaults:
  31. _controller: '\Drupal\shib_auth\Controller\LogoutController::logout'
  32. _title: 'logout'
  33. requirements:
  34. _permission: 'access content'
  35. options:
  36. no_cache: 'TRUE'
  37. shib_auth.logout_controller_logout_error:
  38. path: '/shib_logout/error'
  39. defaults:
  40. _controller: '\Drupal\shib_auth\Controller\LogoutController::logoutError'
  41. _title: 'logout'
  42. requirements:
  43. _permission: 'access content'
  44. shib_auth.logout_controller_logout_error_page:
  45. path: '/shib_logout/error/message'
  46. defaults:
  47. _controller: '\Drupal\shib_auth\Controller\LogoutController::logoutErrorPage'
  48. _title: 'An Error has Occurred'
  49. requirements:
  50. _permission: 'access content'
  51. shib_auth.custom_data_form:
  52. path: '/shib_login/get_custom_data'
  53. defaults:
  54. _form: '\Drupal\shib_auth\Form\CustomDataForm'
  55. _title: 'Customize Drupal user attributes'
  56. requirements:
  57. _access: 'TRUE'