Access token does not have the openid scope
问题 I am doing sso sample(travelocity.com) example. When I am trying to access user info with oauth access token using this command, curl -k -H "Authorization: Bearer b68ba941c9da3d2644d8a63154d28" https://localhost:9443/oauth2/userinfo?schema=openid I am getting follwing error {"error":"insufficient_scope","error_description":"Access token does not have the openid scope"} please help, thank you 回答1: When you make the first request to the authorization endpoint, you have to include openid in the