https://github.com/giosil/saml-sp
Boilerplate for SAML Service Provider implementation.
https://github.com/giosil/saml-sp
authentication java javaee saml saml-authentication saml-sp-single-sign-on saml2 saml2-sp-sso security
Last synced: 2 months ago
JSON representation
Boilerplate for SAML Service Provider implementation.
- Host: GitHub
- URL: https://github.com/giosil/saml-sp
- Owner: giosil
- License: apache-2.0
- Created: 2020-03-24T10:21:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T09:32:15.000Z (over 3 years ago)
- Last Synced: 2024-12-27T11:44:33.617Z (4 months ago)
- Topics: authentication, java, javaee, saml, saml-authentication, saml-sp-single-sign-on, saml2, saml2-sp-sso, security
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAML-SP
Boilerplate for SAML Service Provider implementation.
## SP-Initiated SSO: Redirect/POST Bindings
See http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html

## Run locally on Docker
- `git clone https://github.com/giosil/saml-sp.git`
- `mvn clean install` - this will produce `saml-sp.war` in `target` directory
- `docker build -t saml-sp .` - this will create a Docker image named saml-sp
- `docker run --rm -it -p 8080:8080 saml-sp` - To run image named saml-sp## Contributors
* [Giorgio Silvestris](https://github.com/giosil)