Not right now. We plan to possibly rewrite AccountService to be based on
REST + angular.
However you can add your own REST endpoints to Keycloak if you want (See
RealmResourceProvider and an example we have for that). Another
possibility is to trigger admin REST API from your app, assuming it's
server-side application so end-users won't see the requests to KC admin
REST API done on behalf of admin user.
Marek
On 02/08/16 23:20, Aikeaguinea wrote:
Can the User Account Service be accessed as an API? I'm
interested in
the "forgot password" and "change password" functionality in
particular.