Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 585 Bytes

File metadata and controls

13 lines (10 loc) · 585 Bytes

Spring Security OAuth2 Microservices Demo

This is a demo project to demonstrate how to secure microservices using Spring Security OAuth2.

Blog Series: Securing Microservices with Spring Security OAuth2

$ docker compose up -d
  • Start all three applications (messages-webapp, messages-service, archival-service)
  • Keycloak Admin Console: http://localhost:9191, Credentials: admin/admin1234
  • Application URL: http://localhost:8080
  • Login with siva/siva1234 or prasad/prasad1234