You are here

ldap_authentication.routing.yml in Lightweight Directory Access Protocol (LDAP) 8.4

Same filename and directory in other branches
  1. 8.3 ldap_authentication/ldap_authentication.routing.yml
ldap_authentication/ldap_authentication.routing.yml

File

ldap_authentication/ldap_authentication.routing.yml
View source
  1. ldap_authentication.profile_update_form:
  2. path: /user/ldap-profile-update
  3. defaults:
  4. _title: 'Update your email address'
  5. _form: \Drupal\ldap_authentication\Form\LdapAuthenticationProfileUpdateForm
  6. requirements:
  7. _user_is_logged_in: 'TRUE'
  8. ldap_authentication.admin_form:
  9. path: /admin/config/people/ldap/authentication
  10. defaults:
  11. _title: Authentication
  12. _form: \Drupal\ldap_authentication\Form\LdapAuthenticationAdminForm
  13. requirements:
  14. _permission: 'administer ldap'
  15. ldap_authentication.ldap_help_redirect:
  16. path: '/ldap_help_redirect'
  17. defaults:
  18. _controller: '\Drupal\ldap_authentication\Controller\LdapHelpRedirect::redirectUrl'
  19. _title: 'redirect'
  20. requirements:
  21. _user_help_tab_access_check: 'TRUE'