Spring Boot Keycloak - Bearer: How to solve NOT_ATTEMPTED: bearer only?
问题 Angular v. v4.0.2 Spring Boot v. 1.5.2.RELEASE Keycloak v.2.4.0.Final (will upgrade later) I read this mail converstion about the same problem: http://keycloak-user.88327.x6.nabble.com/keycloak-user-NOT-ATTEMPTED-bearer-only-error-while-trying-to-access-server-from-client-td927.html and this http://slackspace.de/articles/authentication-with-spring-boot-angularjs-and-keycloak/ I use the following http service for making authorized requests: @Injectable() export class AuthHttpService extends