Skip to content

Tag: spring-boot

Spring Boot and OAuth2 server

I’m trying to implement a simple OAuth2 server with Spring Boot. In the first step I added in the main class the annotation @EnableAuthorizationServer and I use the “application.yml” file to configure all the OAuth2 elements. With this configuration everything works fine. In the second step …