-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
It'd be nice to have human readable JSON output in the browser for GET endpoints like GitHub does, but currently KC sends 302 redirects to a page with an error.
After talking with jpkrohling_jira the issue is the missing redirect_uri pattern for hawkular-accounts-backend client. Setting it to
http://${host}:8080/hawkular/*
solves the issue