This sample SP has been retired. It was used for early prototyping for integrations with login.gov and has not been maintained. It has confirmed vulnerabilities and should not be used for production itegrations.
For maintained examples of integrations with login.gov please refer to:
This sample SP has been retired. It was used for early prototyping for integrations with login.gov and has not been maintained. It has confirmed vulnerabilities and should not be used for production itegrations.
For maintained examples of SAML integrations with login.gov please refer to:
An example service provider (SP) written in Java integrated with Login.gov. This simple web app is based on Spring Boot and OneLogin's SAML Java Toolkit, which supports SAML-based SSO and SLO.
- JDK 8+
- Apache Maven
On macOS, install Java and Maven using Homebrew:
brew tap caskroom/cask
brew cask install java
brew install maven
mvn compile
mvn spring-boot:run
View at http://localhost:4567