Skip to content

Example: integrating Spring Boot with MySQL, OpenLDAP and Shibboleth

License

Notifications You must be signed in to change notification settings

huarongsheng/spring-tsers-auth

 
 

Repository files navigation

#Spring Boot authentication with MySQL, OpenLDAP and Shibboleth, Dockerized

Example project setting up the following environment:

alt tag

This example tries to provide working out-of-the-box Spring Boot authentication examples with real (dockerized) databases and IDPs including: MySQL, OpenLDAP and Shibboleth. No inMemoryAuthentication() that you usually see in the examples but real end-to-end authentication workflows!

Setting up the environment:

git clone https://github.com/lhartikk/spring-tsers-auth.git && cd spring-tsers-auth
docker-compose up -d
./gradlew bootRun

Original Blogpost

Inspired by:

About

Example: integrating Spring Boot with MySQL, OpenLDAP and Shibboleth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.1%
  • CSS 20.3%
  • HTML 4.3%
  • JavaScript 3.5%
  • Other 0.8%