Hello.
I have a angular 2 webapp and use url routing whit hash (#), for example
the home url is
http://ip_server:port/#/smac, but the redirect uri after
login in keycloak is broken:
http://ip_server:port/smac#. I use javascript
client adapter keycloak 2.3.0 and example for angular production.
Thanks.