PHPackages                             niif/simplesamlphp-module-hexaa - 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. niif/simplesamlphp-module-hexaa

ActiveSimplesamlphp-module[Authentication &amp; Authorization](/categories/authentication)

niif/simplesamlphp-module-hexaa
===============================

HEXAA attribute resolver authproc filter

v1.0.4(11y ago)139PHP

Since Dec 7Pushed 7y ago7 watchersCompare

[ Source](https://github.com/NIIF/simplesamlphp-module-hexaa)[ Packagist](https://packagist.org/packages/niif/simplesamlphp-module-hexaa)[ RSS](/packages/niif-simplesamlphp-module-hexaa/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

HEXAA authproc filter for SSP Attribute Authority and HEXAA backend
===================================================================

[](#hexaa-authproc-filter-for-ssp-attribute-authority-and-hexaa-backend)

- Author: Gyula Szabó , NIIF Institute, Hungary

This module provides the HEXAA authprocfilter.

Install module
--------------

[](#install-module)

You can install the module with composer:

```
composer require niif/simplesamlphp-module-hexaa:1.*

```

### Authproc Filters

[](#authproc-filters)

In the `config/config.php` you can define an array named "authproc.aa", just like authproc.sp or authproc.idp. The NameID of the request will be in the attribute as defined above.

```
   authproc.aa = array(
       ...
       '60' => array(
            'class' => 'hexaa:Hexaa',
            'nameId_attribute_name' =>  'subject_nameid', // look at the aa authsource config
            'hexaa_api_url' =>          'https://www.hexaa.example.com/app.php/api',
            'hexaa_master_secret' =>    'you_can_get_it_from_the_hexaa_administrator'
       ),

```

### Attribute Authority

[](#attribute-authority)

You shoud configure the Attribute Authority of the instance too, follow the instructions on the [AA documentation](https://github.com/NIIF/simplesamlphp-module-aa).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~18 days

Total

5

Last Release

4108d ago

### Community

Maintainers

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

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

![](https://www.gravatar.com/avatar/58cf0b44aa083da212f27d6c89a3ba7b0716079d39f2d2d845d4997d61e93571?d=identicon)[northway](/maintainers/northway)

---

Top Contributors

[![szabogyula](https://avatars.githubusercontent.com/u/3406217?v=4)](https://github.com/szabogyula "szabogyula (13 commits)")[![spaetow](https://avatars.githubusercontent.com/u/4982349?v=4)](https://github.com/spaetow "spaetow (1 commits)")

### Embed Badge

![Health badge](/badges/niif-simplesamlphp-module-hexaa/health.svg)

```
[![Health](https://phpackages.com/badges/niif-simplesamlphp-module-hexaa/health.svg)](https://phpackages.com/packages/niif-simplesamlphp-module-hexaa)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[drupalauth/simplesamlphp-module-drupalauth

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

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

PHPackages © 2026

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