Skip to content

Boilerplate for SAML Identity Provider implementation.

License

Notifications You must be signed in to change notification settings

giosil/saml-idp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 26, 2021
3f689d2 · Nov 26, 2021

History

11 Commits
Jul 23, 2021
Nov 26, 2021
Jul 23, 2021
Mar 24, 2020
Mar 24, 2020
Mar 24, 2020
Mar 24, 2020
Jul 23, 2021
Jul 23, 2021
Jul 23, 2021

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages