I'm trying to use the Keycloak account API to implement a password change form, as described in https://stackoverflow.com/a/61388281/1058828. But I'm getting a 403 Forbidden error.
I looked at the code, and it seems the user needs the manage-account
role, but I'm not sure how to configure the client appropriately.
How do I give users the role? And is there any further set-up I need to do to make the API work?