Skip to content
Baggerone edited this page Jul 21, 2017 · 7 revisions

Overview

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

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.

The Identity Provider

This repo also provides the necessary components for a saml IDP using simplesamlphp.

** TODO: add a page of docs for the IDP **