README.txt |
README.txt |
|
SAML Service Provider
=====================
This package provides two modules:
- SAML Service Provider API
- SAML Drupal Login
The API module lets other modules leverage SAML authentication.
The SAML Drupal Login module specifically enables Drupal… |
SamlSpConfigSPForm.php |
src/Form/SamlSpConfigSPForm.php |
Drupal\saml_sp\Form |
Contains \Drupal\saml_sp\Form\SamlSpConfigSPForm. |
SamlSPController.php |
src/Controller/SamlSPController.php |
Drupal\saml_sp\Controller |
Contains \Drupal\samlsp\Controller\SamlSPController. |
saml_sp.admin.inc |
saml_sp.admin.inc |
|
Admin pages for the SAML Service Provider module. |
saml_sp.api.inc |
saml_sp.api.inc |
|
API hooks for SAML Service Provider module. |
saml_sp.Auth.inc |
includes/saml_sp.Auth.inc |
|
|
saml_sp.AuthnRequest.inc |
includes/saml_sp.AuthnRequest.inc |
|
|
saml_sp.info.yml |
saml_sp.info.yml |
|
saml_sp.info.yml |
saml_sp.install |
saml_sp.install |
|
Hook_requirements for the SAML Service Provider module. |
saml_sp.links.menu.yml |
saml_sp.links.menu.yml |
|
saml_sp.links.menu.yml |
saml_sp.links.tasks.yml |
saml_sp.links.tasks.yml |
|
saml_sp.links.tasks.yml |
saml_sp.module |
saml_sp.module |
|
SAML Service Provider |
saml_sp.pages.inc |
saml_sp.pages.inc |
|
User pages for the SAML Service Provider module. |
saml_sp.permissions.yml |
saml_sp.permissions.yml |
|
saml_sp.permissions.yml |
saml_sp.Response.inc |
includes/saml_sp.Response.inc |
|
|
saml_sp.routing.yml |
saml_sp.routing.yml |
|
saml_sp.routing.yml |
saml_sp.schema.yml |
config/schema/saml_sp.schema.yml |
|
config/schema/saml_sp.schema.yml |
saml_sp.theme.inc |
saml_sp.theme.inc |
|
Theme implementations for the SAML Service Provider module. |
saml_sp_drupal_login.admin.inc |
modules/saml_sp_drupal_login/saml_sp_drupal_login.admin.inc |
|
Admin pages for the SAML Drupal Login module |
saml_sp_drupal_login.info |
modules/saml_sp_drupal_login/saml_sp_drupal_login.info |
|
name = SAML Drupal Login
description = Allow users to log in to Drupal using a third-party SAML Identity Provider.
core = 7.x
dependencies[] = saml_sp
package = SAML
configure = admin/config/people/saml_sp/drupal_login |
saml_sp_drupal_login.module |
modules/saml_sp_drupal_login/saml_sp_drupal_login.module |
|
SAML Drupal Login |
saml_sp_drupal_login.pages.inc |
modules/saml_sp_drupal_login/saml_sp_drupal_login.pages.inc |
|
|