Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 421 Bytes

A Spring boot Resource Server.

Aim:

  1. Running a Keycloak Auth standalone server.
  2. Implementing scope based access control.
  3. Implementing role based access control.
  4. Running the service behind an API Gateway.
  5. Registering services with Eureka Service Discovery.
  6. Load Balancing using the API Gateway
  7. Implementing the OAuth 2.0 Authorization with a Spring MVC Web App
  8. Enabling Scoial login.