Skip to content

thiamalick/saml-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAML Java

Sample SAML implementation for Java application

This project contains a simple SAML implementation for a java spring boot application

Configuration

Setting up IDP

Create an application corresponding to this test application in your IDP (ssoCircle/Okta/Onelogin).

Environment variables

APP_ID=<"APP ID from IDP">

ENTITY_ID=<"ENTITY ID FROM IDP">

IDP_METADATA_URL=<"METADATA URL for IDP">

Running the application

Start the SAMLApplication class and hit localhost:8443. You will be taken to your IDP and back to the index page once you provide valid login credentials. You can logout from the link provided in the index page.

Explanation

https://blog.imaginea.com/implementing-java-single-signon-with-saml/

About

Sample SAML implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.5%
  • HTML 2.5%