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.
NPM assets are installed via Asset Packagist as Composer packages (npm-asset/*) and are synced into public/assets/npm-asset/ by the Composer script sync-npm-assets.
The sync runs automatically on post-install-cmd and post-update-cmd.
Package-specific sync filters are configured in composer.json under:
extra.npm-asset-sync-rules
Each rule is keyed by the npm-asset directory name and can define an include list. If no rule exists for a package, the whole package directory is synced.