Boilerplate for SAML Service 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-sp.git
mvn clean install
- this will producesaml-sp.war
intarget
directorydocker build -t saml-sp .
- this will create a Docker image named saml-spdocker run --rm -it -p 8080:8080 saml-sp
- To run image named saml-sp