simplesamlphp / simplesamlphp-module-discopower
Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed
Installs: 5 534 987
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 9
Forks: 10
Open Issues: 2
Type:simplesamlphp-module
Requires
- php: ^8.0
- simplesamlphp/assert: ^1.0.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: *
Requires (Dev)
- simplesamlphp/simplesamlphp-test-framework: ~1.3.2 <1.4
This package is auto-updated.
Last update: 2024-11-04 01:49:22 UTC
README
A more advanced replacement for the built-in discovery service, DiscoPower supports grouping identity providers into tabs and provides mechanisms to sort, filter and search.
Installation
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:
composer.phar require simplesamlphp/simplesamlphp-module-discopower:dev-master
where dev-master
instructs Composer to install the master
(development)
branch from the Git repository. See the
releases
available if you want to use a stable version of the module.