You are here

README.txt in SAML Service Provider 7

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.txt
View source
  1. SAML Service Provider
  2. =====================
  3. This package provides two modules:
  4. - SAML Service Provider API
  5. - SAML Drupal Login
  6. The API module lets other modules leverage SAML authentication.
  7. The SAML Drupal Login module specifically enables Drupal to become a "Service
  8. Provider" for an IDP, so users can authenticate to Drupal (without entering a
  9. username or password) by delegating authenticate to a SAML IDP (Identity
  10. Provider).
  11. Dependencies
  12. ============
  13. Requires the OneLogin SAML-PHP toolkit, downloaded to the 'saml_sp/lib' folder:
  14. `cd lib`
  15. `git clone https://github.com/onelogin/php-saml.git .`