You are here

saml_sp.routing.yml in SAML Service Provider 7.8

File

saml_sp.routing.yml
View source
  1. saml_sp.admin:
  2. path: /admin/config/people/saml_sp
  3. defaults:
  4. _title: 'SAML Service Providers'
  5. _form: \Drupal\saml_sp\Form\SamlSpConfigSPForm
  6. requirements:
  7. _permission: 'configure saml sp'
  8. saml_sp.config_sp_form:
  9. path: /admin/config/people/saml_sp
  10. defaults:
  11. _title: 'SAML Service Providers'
  12. _form: \Drupal\saml_sp\Form\SamlSpConfigSPForm
  13. requirements:
  14. _permission: 'configure saml sp'
  15. saml_sp.idp_list:
  16. path: '/admin/config/people/saml_sp/IDP'
  17. defaults:
  18. _title: 'Identiy Providers'
  19. _controller: '\Drupal\saml_sp\Controller\SamlSPController::idpList'
  20. requrements:
  21. _permission: 'configure saml sp'