I have create a custom extension to support a new custom authenticator.
Now, i want to extend the account console to allow user to enroll/registering their custom authenticator.
The account console UI seems ok until i found I am not able to obtain the access token of the account console so as to call the related extension REST API.
I suppose some how i can obtain the existing access token, call custom keycloak extension REST API with this token.
Anybody can give me some hint on that?
Thank you.