Skip to content

Across domain Single sign on & Single log out authentication example using Spring Session

Notifications You must be signed in to change notification settings

beku8/spring-session-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-session-sso

A cross domain Single sign on & Single log out authentication example using Spring Session. Read this post.

#Running the app# This is just a regular spring boot, maven project, created in STS 3.8. So easiest way is to import it into STS or any other Eclipse based IDE.

Run the login server first and open it on http://localhost:8080. Client1 app will run on the port 9090, but run it http://127.0.0.1:9090/ not localhost, so these 2 apps won't share session id from the browser

About

Across domain Single sign on & Single log out authentication example using Spring Session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published