https://github.com/simplesamlphp/simplesamlphp-module-discopower
Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed
https://github.com/simplesamlphp/simplesamlphp-module-discopower
Last synced: 10 months ago
JSON representation
Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-discopower
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-05-22T13:14:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T15:56:59.000Z (about 1 year ago)
- Last Synced: 2025-04-13T15:12:17.126Z (10 months ago)
- Language: PHP
- Size: 497 KB
- Stars: 5
- Watchers: 8
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscoPower

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-discopower)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-discopower/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-discopower)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-discopower)
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:
```sh
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](https://github.com/simplesamlphp/simplesamlphp-module-discopower/releases)
available if you want to use a stable version of the module.
## Documentation
See [docs/discopower.md](https://github.com/simplesamlphp/simplesamlphp-module-discopower/blob/master/docs/discopower.md)