The SAML IdP (Identity Provider) and SAML SP (Service Provider) are built based on open-source Shibboleth source repository.
git clone https://github.com/winstonhong/Shibboleth-SAML-IdP-and-SP
cd Shibboleth-SAML-IdP-and-SP/LDAP-Dockerized-CentOS
./build.sh
./run.sh
cd -
cd Shibboleth-SAML-IdP-and-SP/shibboleth-idp-dockerized
./build.sh
./run.sh
cd -
cd Shibboleth-SAML-IdP-and-SP/shibboleth-sp-testapp
./build.sh
./run.sh
cd -
cd Shibboleth-SAML-IdP-and-SP/LDAP-Dockerized-CentOS
./build.sh
cd -
cd Shibboleth-SAML-IdP-and-SP/shibboleth-idp-dockerized
./build.sh
cd -
cd Shibboleth-SAML-IdP-and-SP/shibboleth-sp-testapp
./build.sh
cd -
docker-compose up
SHIBBOLETH CONSORTIUM: Privacy Preserving Identity Management
Shibboleth Identity Provider (IdP) base-image
https://github.com/Unicon/shibboleth-idp-dockerized
Shibboleth Service Provider (SP) base-image
https://github.com/Unicon/shibboleth-sp-dockerized
Shibboleth SAML identity provider and SAML service provider demo are created by