Skip to content

A single sign on project using Spring boot,Spring Security and Spring LDAP

Notifications You must be signed in to change notification settings

harisangarans/single-sign-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

single-sign-on with single logout

A single sign on project using Spring boot,Spring Security and Spring LDAP This is a Java Maven multimodule application containing:

  • An authorization server module that acts also as a resource server
  • A client application-1 module that uses the authorization server for authentication, also for getting access to a resource on the resource server.This application list of all users in the embedded-ldap
  • A client application-2 module that uses the authorization server for authentication, also for getting access to a resource on the resource server.This application contains a form that creates new users which can be used to log in into the application
  • Spring embedded ldap is used to save user detsails

How to test

About

A single sign on project using Spring boot,Spring Security and Spring LDAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published