Skip to content
Baggerone edited this page Mar 1, 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 an Identity Provider that makes use of the silauth simplesamlphp module which implements custom business logic and password migration from LDAP to DB.

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

TODO

Clone this wiki locally