README.txt in SAML Service Provider 7
Same filename in this branch
Same filename and directory in other branches
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 to become a "Service Provider" for an IDP, so users can authenticate to Drupal (without entering a username or password) by delegating authenticate to a SAML IDP (Identity Provider). Dependencies ============ Requires the OneLogin SAML-PHP toolkit, downloaded to the 'saml_sp/lib' folder: `cd lib` `git clone https://github.com/onelogin/php-saml.git .`
File
README.txtView source
- 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 to become a "Service
- Provider" for an IDP, so users can authenticate to Drupal (without entering a
- username or password) by delegating authenticate to a SAML IDP (Identity
- Provider).
-
-
- Dependencies
- ============
-
- Requires the OneLogin SAML-PHP toolkit, downloaded to the 'saml_sp/lib' folder:
-
- `cd lib`
- `git clone https://github.com/onelogin/php-saml.git .`
-