safire-ac-za / simplesamlphp-module-thissdisco
SimpleSAMLphp module for thiss.io/SeamlessAccess
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: ^8.1
- simplesamlphp/assert: ^1.6.0
- simplesamlphp/composer-module-installer: ^1.3.5
- simplesamlphp/simplesamlphp: >=2.3.0 <2.4.0
- simplesamlphp/simplesamlphp-assets-jquery: ^2.3.0
- symfony/cache: ^6.4
Requires (Dev)
- npm-asset/bootstrap: ^5.3.3
- npm-asset/fortawesome--fontawesome-free: ^6.6.0
- npm-asset/theidentityselector--thiss-ds: ^2.1.52
- oomphinc/composer-installers-extender: ^2.0.1
- simplesamlphp/simplesamlphp-test-framework: ^1.7.0
Suggests
- ext-memcache: Needed if a Memcache server is used to store MDQ hash cache
- ext-pdo: Needed if a database backend is used to store MDQ hash cache
- predis/predis: Needed if a Redis server is used to store MDQ hash cache
This package is auto-updated.
Last update: 2025-05-28 21:52:07 UTC
README
SimpleSAMLphp module implementing The Identity Selector discovery service
This module aims to provide a SimpleSAMLphp-compatible discovery service that implements the of the RA-21 best practices and provides a user interface that will seem familiar to people who've used the SeamlessAccess https://seamlessaccesss.org/ discovery service.
It's discovery user interface widget is derived from The Identity Selector's thiss-js discovery service, albeit reimplemented in PHP & Twig for compatibility with SimpleSAMLphp. The widget can be embedded into a standard SimpleSAMLphp theme or it can be separately themed to look like the SeamlessAccess / <use.thiss.io> user interface.
The client side is implemented using the thiss-ds-js client libraries. These are directly imported without changes, and thus the entire interface should be compatible with SeamlessAccess's persistance service. See the advanced integration notes for how this might be achieved.
Documentation is available in the docs/ directory.