SAML Authentication

Prior to creating this module, the “standard” way of doing SAML authentication in Drupal was to use simpleSAMLphp. If you’re unfamiliar with it, it’s an incredibly kludgy way to handle authentication (primarily because simpleSAMLphp is an entirely separate application that gets instantiated as part of a Drupal page request). SAML Authentication is a module that does away with that complexity in favor of providing a simple UI on top of a well tested and maintained SAML library from OneLogin.

View project »