https://github.com/giosil/saml-idp
Boilerplate for SAML Identity Provider implementation.
https://github.com/giosil/saml-idp
authentication java javaee saml saml-authentication saml-identity-provider saml-idp saml2 security
Last synced: 2 months ago
JSON representation
Boilerplate for SAML Identity Provider implementation.
- Host: GitHub
- URL: https://github.com/giosil/saml-idp
- Owner: giosil
- License: apache-2.0
- Created: 2020-03-24T10:03:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T09:32:59.000Z (over 3 years ago)
- Last Synced: 2024-12-27T11:44:36.487Z (4 months ago)
- Topics: authentication, java, javaee, saml, saml-authentication, saml-identity-provider, saml-idp, saml2, security
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAML-IDP
Boilerplate for SAML Identity 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-idp.git`
- `mvn clean install` - this will produce `saml-idp.war` in `target` directory
- `docker build -t saml-idp .` - this will create a Docker image named saml-idp
- `docker run --rm -it -p 8080:8080 saml-idp` - To run image named saml-idp## Contributors
* [Giorgio Silvestris](https://github.com/giosil)