-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This repo is intended to provide two types of simplesamlphp setups. The first is a saml hub/bridge/proxy to be used between saml Service Providers (SP's) and saml Identity Providers (IDP's). The second setup is for a simplesamlphp Identity Provider.
See also the simplesamlphp documentation.
The Hub is a simplesamlphp setup that provides a link between SP's and IDP's. It includes a discovery page for users to choose which IDP to use for authentication. The discovery page is a combination of simplesamlphp, the sildisco simplesamlphp module and the ssp-utilities classes.
The Hub serves as an IDP to multiple SP's, and it serves as an SP to multiple IDP's.
This repo also provides the necessary components for a saml IDP using simplesamlphp.
** TODO: add a page of docs for the IDP **