Table of Contents
simpleSAMLphp can be used to bridge between two WebSSO protocols. Here is some short descriptions of how to setup the different bridge configurations.
In this setup you can bridge between two federations using SAML 2.0.
To approach this, you must configure both saml 2.0 IdP and SP hosted metadata, and in the IdP hosted metadata configure the auth parameter to be the SP initialization endpoint, like this:
'auth' => 'saml2/sp/initSSO.php?idpentityid=sam.feide.no'
As you can see you specify the IdP in the remote federation as a parameter to the initalization endpoint.
This section of the documentation is only a placeholder. There will be more detailed information added later. For now, ask the author if you want more details of such a setup.
Briding SAML 2.0 SLO is not implemented. Will be improved soon.