I have a setup using Drupal 6 and SimpleSAMLphp
I have configured the following:
- Drupal 6.0 (will be my ID provider)
- SimpleSAMLphp library
- drupalauth (both as a SimpleSAML module and drupal module)
Prior to installing drupalauth as a Drupal module I was able to do the following:
- login into Drupal
- initiate login request to new remote App and have it be redirected to SimpleSAML login page
- successfully login into SimpleSAML and redirect to my new remote App
I have a couple of questions:
Question 1. What is the role of the drupalauth Drupal module (drupalauth4ssp) ?
I later added it (drupalauth4ssp) and I can see and administer from Drupal. I configured it, but it didn't change the behavior.
Question 2.
What I'm really looking for is to "share" the Drupal session and SimpleSAML session so that a user that is already logged into Drupal doesn't have to login again into SimpleSAML. Is there a way to piggy back on the Drupal session? Or is there a way to start a SimpleSAML session every time a Drupal session is created?
Thanks