
Which attributes should be retrieved from the Drupal site. 'SESSdrupalauth4ssp') if hosted on Pantheon so that the cookie // is is not stripped away by Varnish. Set this to use a cache-busting cookie pattern // (e.g. Whether to turn on debug 'debug' => true, The filesystem path of the Drupal directory.
#DRUPAL LOGIN URL CODE#
The advantage of this approach is that there is no obvious connection between SimpleSAMLphp IdP and the Drupal site.Ĭonfigure the authentication source by putting following code into simplesamlphp/config/authsources.php
#DRUPAL LOGIN URL INSTALL#
If you want to use Drupal as Identity Provide you should also install drupalauth4ssp that is available on. This is a simpleSAMLphp module, NOT a Drupal module.ĭownload this module only if you want to use Drupal as Identity Provider. This allows the administrator to leverage the user management and integration capabilities of Drupal for managing the identity life cycle and the power of SimpleSAMLphp for identity integration.

This module for SimpleSAMLphp provides an Authentication Source for authenticating users against a local Drupal site.


If you want to establish your Drupal site as a SAML service provider (SP) connected to a SAML or Shibboleth IdP, see the simplesamlphp_auth module for Drupal.
#DRUPAL LOGIN URL SOFTWARE#
NOTE: This is software establishes a SAML identity provider (IdP) using Drupal as the user database instead of LDAP. This allows the administrator to leverage the user management and integration capabilities of Drupal for managing the identity life cycle. The drupalauth module for simpleSAMLphp makes it easy to create a SAML or Shibboleth identity provider (IdP) by enabling authentication of users against a Drupal site on the same server. Users interact with Drupal to create accounts, manage accounts, and authenticate. Drupal + SimpleSAMLphp + drupalauth = Complete SAML Identity Provider (IdP)
