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.77k stars 919 forks source link

/login forbidden #15

Open Danny-P opened 7 years ago

Danny-P commented 7 years ago

Hi, Thank you for your very good Example. But when I run the projects and click on login at the webportal I get an Error "Access Denied" I try to call: localhost:8765/login and get: "There was an unexpected error (type=Forbidden, status=403)."

anilallewar commented 7 years ago

Can you post more details? Most likely the auth-server has not started, did you check that out?