PHPackages                             utexas/pantheon\_saml\_integration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. utexas/pantheon\_saml\_integration

Abandoned → [utexas/utexas\_saml\_auth\_helper](/?search=utexas%2Futexas_saml_auth_helper)ArchivedComposer-plugin[Authentication &amp; Authorization](/categories/authentication)

utexas/pantheon\_saml\_integration
==================================

Composer plugin that integrates the University of Texas Enterprise Authentication on Pantheon for the UT Drupal Kit

4.6.2(1y ago)1152.3k1GPL-2.0-or-laterPHP

Since Mar 26Pushed 1y ago3 watchersCompare

[ Source](https://github.com/utdk/pantheon_saml_integration)[ Packagist](https://packagist.org/packages/utexas/pantheon_saml_integration)[ Docs](https://drupalkit.its.utexas.edu)[ RSS](/packages/utexas-pantheon-saml-integration/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (31)Used By (1)

Pantheon SAML Integration
=========================

[](#pantheon-saml-integration)

This is a Composer plugin that integrates the University of Texas Enterprise Authentication on Pantheon for the UT Drupal Kit.

Full user documentation can be found at [https://drupalkit.its.utexas.edu/docs/getting\_started/pantheon\_setup.html#integrating-enterprise-authentication](https://drupalkit.its.utexas.edu/docs/getting_started/pantheon_setup.html#integrating-enterprise-authentication)

Architectural overview
----------------------

[](#architectural-overview)

Getting the University's SAML-based sign-in method (Enterprise Authentication) working with Drupal, on Pantheon, involves a coordination of different components. The following provides a high-level explanation of how the pieces fit together:

1. **[Enterprise Authentication](https://ut.service-now.com/sp?id=ut_bs_service_detail&sys_id=30cb4f61db6c0450838fdee5ce961979)**: the login system, developed and maintained by the University's Information and Access Management (IAM) team that allows applications to use EID-based authentication. It supports Security Assertion Markup Language version 2.0 (SAML 2). In Single Sign On (SSO) terminology, this acts as the Identity Provider (IdP).
2. **[simplesamlphp](https://simplesamlphp.org/) library**: a third-party library which provides the business logic to handle SAML requests in PHP. It has a large collection of sub-libraries. We use only the base library. In SSO terminology, it acts as the Service Provider (SP).
3. **pantheon\_saml\_data**. This is a collection of certificate and metadata attributes that authorize the `simplesamlphp` library to talk to Enterprise Authentication. These were provisioned in coordination with the IAM team.
4. **[simplesamlphp\_auth](https://drupal.org/project/simplesamlphp_auth):** A Drupal module that integrates the request/response API from `simplesamlphp` into Drupal's authentication system. Specifically, it provides a way for Drupal to redirect users to Enterprise Authentication and then evaluate the response sent back after a login and take action with Drupal's user login/registration system based on that response. We also use this module on some sites to do EID-affiliation-based authorization, such as allowing EID holders with the affiliation `current-staff` to receive the Drupal role `staff`.
5. **[pantheon\_saml\_integration](https://github.austin.utexas.edu/eis1-wcs/pantheon_saml_integration):** a Composer plugin developed by the WCMS team to connect the above components in the Pantheon filesystem. This plugin, for example, creates a required symlink at `/simplesaml` for the simplesamlphp library, and symlinks for the certificates and metadata from Pantheon's private file system. As a Composer plugin distributed on Packagist that has a dependency on `simplesamlphp_auth`, it is the only package sites need to require in their `composer.json` to have all the elements needed in the codebase.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance46

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~72 days

Recently: every ~45 days

Total

22

Last Release

408d ago

Major Versions

1.0.1 → 3.0.02021-05-10

3.x-dev → 4.0.22024-06-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4305692?v=4)[Mark Fullmer](/maintainers/markfullmer)[@markfullmer](https://github.com/markfullmer)

![](https://avatars.githubusercontent.com/u/38081?v=4)[Paul Grotevant](/maintainers/gravelpot)[@gravelpot](https://github.com/gravelpot)

![](https://www.gravatar.com/avatar/fa3a96320e299ee08a876e9459864ddb48fbb4a5347727a0c4926227b3245677?d=identicon)[pfgutexas](/maintainers/pfgutexas)

![](https://avatars.githubusercontent.com/u/2952371?v=4)[Doug Addison](/maintainers/daddison)[@daddison](https://github.com/daddison)

![](https://avatars.githubusercontent.com/u/21373356?v=4)[bjc2265](/maintainers/bjc2265)[@bjc2265](https://github.com/bjc2265)

![](https://avatars.githubusercontent.com/u/1998924?v=4)[Marcus Marler](/maintainers/marcusmarler)[@marcusmarler](https://github.com/marcusmarler)

---

Top Contributors

[![jmf3658](https://avatars.githubusercontent.com/u/34824280?v=4)](https://github.com/jmf3658 "jmf3658 (41 commits)")[![daddison](https://avatars.githubusercontent.com/u/2952371?v=4)](https://github.com/daddison "daddison (1 commits)")[![markfullmer](https://avatars.githubusercontent.com/u/4305692?v=4)](https://github.com/markfullmer "markfullmer (1 commits)")

---

Tags

drupal

### Embed Badge

![Health badge](/badges/utexas-pantheon-saml-integration/health.svg)

```
[![Health](https://phpackages.com/badges/utexas-pantheon-saml-integration/health.svg)](https://phpackages.com/packages/utexas-pantheon-saml-integration)
```

###  Alternatives

[govcms/govcms

GovCMS Drupal Distribution

198102.2k3](/packages/govcms-govcms)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[rainlab/user-plugin

User plugin for October CMS

11955.0k15](/packages/rainlab-user-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
