<div dir="ltr"><div><div><div><div>Hi<br><br></div>I want to be able to update the user password and some preferences from my web app, in order to update some of the user info from my portal i can see in the rest api that you need the user ID.  <br></div>I have a backend with java that should connect to my keycloak server once it gets the token<br><br>KeycloakSecurityContext securityContext = (KeycloakSecurityContext) httpRequest<br>                .getAttribute(KeycloakSecurityContext.class.getName());<br> <br>AccessToken accessToken = securityContext.getToken();<br><br></div>I dont know how to get info from the accesToken, or does the access token class already has methods to do that.  I know this is more of a question of design.  This part is not really clear for me.<br><br></div>Thanks<br><br></div>