Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
/ identity-saml-java Public archive

An example service provider (SP) written in Java that integrates with 18F's identity-idp

License

Notifications You must be signed in to change notification settings

18F/identity-saml-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Warning:

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:

Login.gov Sample SP — Java / Spring

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.

Prerequisites

  • JDK 8+
  • Apache Maven

On macOS, install Java and Maven using Homebrew:

brew tap caskroom/cask
brew cask install java
brew install maven

Build and run

mvn compile
mvn spring-boot:run

View at http://localhost:4567

About

An example service provider (SP) written in Java that integrates with 18F's identity-idp

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published