You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users interact with Drupal to create accounts, manage accounts, and authenticate. SAML SPs interact with [SimpleSAMLphp](https://simplesamlphp.org/). Drupalauth ties Drupal to SimpleSAMLphp.
@@ -79,8 +81,6 @@ Leave 'attributes' empty or unset to get all available field values. Attribute n
79
81
80
82
#### Authenticate against Drupal but use the Drupal login page
81
83
82
-
**Not supported yet!!!**
83
-
84
84
The advantage of this approach is that the SimpleSAMLphp IdP session is tied to a Drupal session. This allows the user who is already logged into the Drupal site to then navigate to a SAML SP that uses the IdP without the need to authenticate again.
85
85
86
86
**Details**
@@ -103,14 +103,14 @@ Configure the authentication source by putting following code into `simplesamlph
0 commit comments