Open letientai299 opened 7 years ago
@letientai299 how did you fixed this issue?
@andreabreu-me, Honestly, I forgot how did it went through. Right now I'm using spring boot 1.5.9.RELEASE
, and I built my auth-service myself, using this project as reference only.
I've tested this project with the latest Spring Boot version, and found that this is not work as expected.
We got redirection to
/login
instead of the unauthorized error.Steps to reproduce.
build.gradle
.// keep the rest
bootRun
and send GET request using above curl command.