giosil / saml-idp

Boilerplate for SAML Identity Provider implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SAML 2.0

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

About

Boilerplate for SAML Identity Provider implementation.

License:Apache License 2.0


Languages

Language:Java 99.8%Language:HTML 0.1%Language:Dockerfile 0.1%