Open the account management page

Hi all

I am working on a server application with keycloak.
I would like to be able to open the account management page in the browser without, however, obliging the user to reconnect.

In fact my server connects the user thanks to a personalized interface and sends me an access_token as a response. is it possible to use this token to log the user into the browser? if yes sorry I would like to know how to proceed !! or another method would be of great help to me.

My application’s users are redirected to Keycloak and ‘Log In’ using the OpenID Connect (OIDC) Authorization Code Flow:

oidc-login

They can then navigate (SSO) to the User Account Service: http://localhost:10001/auth/realms/development/account

For example: