Skip to content

Latest commit

 

History

History

demo-oauth2

Spring Security OAuth - New Stack

Relevant information:

  1. oauth-authorization-server is a Keycloak Authorization Server wrapped as a Spring Boot application

  2. There is one OAuth Client registered in the Authorization Server:

    1. Client Id: newClient
    2. Client secret: newClientSecret
    3. Redirect Uris:
  3. There is a test user registered in the Authorization Server:

  1. oauth-resource-server-webmvc is a Spring Boot WebMVC based RESTFul API, acting as a backend Application swagger-ui: http://127.0.0.1:8081/resource-server/swagger-ui.html

  2. oauth-resource-server-webflux is a Spring Boot WebFlux based RESTFul API, acting as a backend Application swagger-ui: http://127.0.0.1:8082/resource-server/swagger-ui.html