In order to obtain information about the user to whom the token is attached, you need to send a POST request to the address http://localhost:9000/oauth2/userinfo with the Authorization header and the value Bearer + authorization token or OpenId token.
Sample: