@ -87,7 +87,9 @@ public class UserInfoTokenServices implements ResourceServerTokenServices {
@@ -87,7 +87,9 @@ public class UserInfoTokenServices implements ResourceServerTokenServices {
this.logger.debug("userinfo returned error: "+map.get("error"));
if(this.logger.isDebugEnabled()){
this.logger.debug("userinfo returned error: "+map.get("error"));
}
thrownewInvalidTokenException(accessToken);
}
returnextractAuthentication(map);
@ -123,7 +125,9 @@ public class UserInfoTokenServices implements ResourceServerTokenServices {
@@ -123,7 +125,9 @@ public class UserInfoTokenServices implements ResourceServerTokenServices {