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)Composer-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(11mo ago)1152.3k1GPL-2.0-or-laterPHP

Since Mar 26Pushed 11mo 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 today

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 90% of packages

Maintenance50

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

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

354d ago

Major Versions

1.0.1 → 3.0.02021-05-10

3.x-dev → 4.0.22024-06-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/97841a43aa432072be5449d3a5a32869c123982b174cb8c1b7eb2010181e8949?d=identicon)[markfullmer](/maintainers/markfullmer)

![](https://www.gravatar.com/avatar/012956b22ca9b84819eaa90d603bb3dd50236f283dea2ea169268c8dece722c6?d=identicon)[gravelpot](/maintainers/gravelpot)

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

![](https://www.gravatar.com/avatar/166b10836b4f6d015d31b89bb2681095e36396a71f383d78424724ef8d7c0fcc?d=identicon)[daddison](/maintainers/daddison)

![](https://www.gravatar.com/avatar/3ecf616f86b11edbdfcceec63369c1857581f853d61cba36a3f3ad398884afa0?d=identicon)[bjc2265](/maintainers/bjc2265)

![](https://www.gravatar.com/avatar/d2507ec4be88334a1832dc32cf225a827c742bed2ea530e7d3af8545cb324ef7?d=identicon)[marcusmarler](/maintainers/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

[drupalauth/simplesamlphp-module-drupalauth

A SimpleSAMLphp module adding support for Drupal as the authentication source.

25305.4k1](/packages/drupalauth-simplesamlphp-module-drupalauth)[simplesamlphp/simplesamlphp-module-webauthn

A PHP implementation of a FIDO2 / WebAuthn authentication agent

181.4k](/packages/simplesamlphp-simplesamlphp-module-webauthn)

PHPackages © 2026

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