# Summary
This module integrates Drupal with SimpleSAMLphp, the most robust and complete implementation of SAML in PHP. It makes it possible for Drupal to communicate with SAML or Shibboleth identity providers (IdP) for authenticating users. The resulting Drupal site can effectively act as a SAML or Shibboleth service provider (SP).
The 7.x-3.x branch of SimpleSAMLphp Auth module is being ported to Drupal 8.
# Project URL
https://www.drupal.org/project/simplesamlphp_auth
# Where is the code?
Drupal.org project repository - https://www.drupal.org/project/simplesamlphp_auth
# Estimated completion date
N/A
# Dependencies
None
# Who's doing the port?
grasmash
typhonius
snufkin
eyilmaz
bradjones1
svendecabooter
Sponsored by Acquia
# What help do they need?
* Testing
* Reporting problems
# D8 roadmap
No roadmap available
# Background and reference information
#2367389: Drupal 8 port
#2939380: I think its time to create a stable release..
Comments
Comment #2
svendecabooterComment #3
svendecabooterFirst alpha version of this module has been released.
Feedback & testing welcome
Comment #4
bjorge commentedThere are numerous situation where accessing /saml_login/ will result in a redirect to a Drupal//user/login. Wouldn't it be nice to actually get some kind of exception thrown ?
Comment #5
svendecabooterI suggest you check the module issue queue for possible discussions on this topic, or create a new issue if there isn't one yet:
https://www.drupal.org/project/issues/simplesamlphp_auth?version=8.x
Comment #6
itsCharlie commentedI kept getting this error when trying to login /saml_login/ to the site.
The website encountered an unexpected error. Please try again later.
Recoverable fatal error: Object of class Drupal\Core\Link could not be converted to string in Drupal\Component\Utility\Xss::filter() (line 67 of core/lib/Drupal/Component/Utility/Xss.php).
I wonder if this a simplesamlphp_auth module, Drupal, or SimpSamlPhp issue. I ran the test in www.mysite.com/simplsaml and it worked fine.
Comment #7
svendecabooterPlease create an issue in the issue queue (https://www.drupal.org/project/issues/simplesamlphp_auth?categories=All) for specific problems with the module.
Comment #8
svendecabooterComment #9
mmjvb commentedStrangly enough the rc2 is dated later than the dev version. What is going on?
Comment #10
mmjvb commentedComment #11
dakku commented