[shib_auth] Shib + Drupal 7 + Moodle 2
Kristof Bajnok
bajnokk at niif.hu
Mon Jul 4 16:11:55 CEST 2011
On 2011. July 1. 11:52:09 Frosina Koceva wrote:
> The site should have a Drupal7 front-end and a Moodle2 "back-end"
Are you sure that Moodle supports changing its frontend to Drupal?
> I was thinking to provide a Single Sign On for a Drupal 7.x and Moodle2.x
> sites.
> The scenario should be more or less like this: when a user
> register within the Drupal site he will be automaticaly registered also
> in the moodle site and will continue the "same" session. Could i do this
> with the shib?and what do i need like prerequisits? and where does the DB
> user tables will stay?
In SAML, users are authenticated by the Identity Provider, which uses some
sort of user database (out of scope of the specification). Drupal and Moodle
consume SAML assertions about the user. What the integration modules (like
Drupal shib_auth) do is to register the users based on the information in the
SAML assertion.
So you need to set up a SAML2 IdP (Shibboleth IdP or SimpleSAMLphp), then you
need to configure it to use your preferred data source.
Kristof
More information about the shib_auth
mailing list