Boilerplate for SAML Identity Provider implementation.
See http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html
git clone https://github.com/giosil/saml-idp.gitmvn clean install- this will producesaml-idp.warintargetdirectorydocker build -t saml-idp .- this will create a Docker image named saml-idpdocker run --rm -it -p 8080:8080 saml-idp- To run image named saml-idp
