sleyzerzon / spring-tsers-auth

Example: integrating Spring Boot with MySQL, OpenLDAP and Shibboleth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

License:Apache License 2.0


Languages

Language:Java 71.3%Language:CSS 20.4%Language:HTML 4.3%Language:JavaScript 3.6%Language:Shell 0.4%