sloppycoder / nfsx

building blocks for creating http based micro service using Spring Boot and Netflix OSS
4 stars 5 forks source link

SSO token relay not working #9

Open sloppycoder opened 8 years ago

sloppycoder commented 8 years ago

The web-app does not pass credential correctly to profile-service. When profit-service enables oauth2 authorization calling service will fail.

spring cloud documentation describes this behavior should be automatically when configurations are in place. However sine oauth2 implementation is moving out of spring-cloud and into spring-boot, the documentation may not be most relevant.

sloppycoder commented 8 years ago

code diff https://github.com/sloppycoder/nfs2/compare/master...WIP_sso_resource

sloppycoder commented 8 years ago

should re-test now that spring-boot 1.3.0.RELEASE is out.