rohitghatol / spring-boot-microservices

Spring Boot Template for Micro services Architecture - Show cases how to use Zuul for API Gateway, Spring OAuth 2.0 as Auth Server, Multiple Resource (Web Services) Servers, Angular Web App, Eureka dor registration and Discover and Hystrix for circuit breaker
Apache License 2.0
1.76k stars 919 forks source link

Got OAuth SSO working #1

Closed anilallewar closed 9 years ago

anilallewar commented 9 years ago

Got the OAuth SSO working, you can now click on the login link and then view user/task(s) and corresponding details.

Additional work:

  1. Add documentation of how each service is configured and base documentation on how to run the application
  2. Zuul service to aggregate the user/task data based on username
  3. Identify how to handle refreshing token without user input