x)- [ ] bug report -> please search for issues before submitting
- [x] feature request
Angular 7.0.4
Keycloak-angular 6.0.0
Keycloak 4.8.2
The imported keycloak.json contains the URL of the development Keycloak server. For production how can you replace the URL? Reimport the keycloak.json from the production Keycloak?
At least a procedure description in README how to handle the keycloak.json for production.
Thanks!
see /examples/keycloak-heroes/src/app/utils/app-init.ts
Hi @ostmond, first of all, thanks for opening this issue.
That's right, in my opinion, the best way to setup this keycloak info in an angular application is by using the environment files. However your issue is indeed meaningful regarding:
The first topic, documentation, will be solved in the next milestone - v.6.1.0. There are lots of lacks in documentation and this is truly a must for the project and it's future.
For the second one, there are a couple of ways to solve:
IMO the best approach is by using the angular environment files and configs, since this file doesn't hold sensitive data.
Thanks!!
Most helpful comment
see /examples/keycloak-heroes/src/app/utils/app-init.ts