[keycloak-user] default redirect url

mj lists at merit.unu.edu
Fri Aug 18 09:13:38 EDT 2017


Hi John,

On 08/18/2017 02:49 PM, John Bartko wrote:
> Since requests are proxied by Apache httpd, the intermediary web server 
> could provide redirect behavior with configuration like:
> 
> 
>      RewriteEngine On
>      RewriteCond %{REQUEST_URI} ^/$
>      RewriteRule ^/.*$ 
> http://redirect-destination-host.example.com/path/to/account/client

Super! This works great. I chose the above apache rewrite, since that 
would still work after keycloak upgrades. Also no need to remember 
patching files.

Great, the help was much appreciated!

MJ


More information about the keycloak-user mailing list