Project to simulate the authentication part. It's a dummy oauth authorization server largely inspired by this project https://github.com/Baeldung/spring-security-oauth
mvn clean install
To launch the authorization server on port 8081 on context /shady-authorization-server
mvn spring-boot:run
To log in with other applications : User : john/123
Run docker-compose and Launch the dummy-oauth-client app and the customer-java-resttemplate app to test