Describe the bug Every thread will modify the context, lead to the accessToken is modified by another thread,and get a error authentication。 Please see the code(org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices#getMap)

Comment From: qixian1991

Add @EnableOAuth2Client can solve it