/spring-tsers-auth

Example: integrating Spring Boot with MySQL, OpenLDAP and Shibboleth

Primary LanguageJavaApache License 2.0Apache-2.0

#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: