On Thu, 24 Jan 2019 at 10:08, Edmund Loh <edmund.loh.1985(a)gmail.com> wrote:
Hi
In my current implementation, my application makes an api call to
Keycloak's REST API to send an email to alert the user to reset their
password.
The URL in the email would look like this:
http://<internal ip address and
port>/auth/realms/MyRealm/login-actions/action-token?key=...
However, since it is an internal address, the user is enable to access it
from his environment. I need the URL in the email to be using an external
address instead. Is there a way this can be done?
https://<external
address>/auth/realms/MyRealm/login-actions/action-token?key=...
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user