[keycloak-user] Keycloak with apache in front
Haikal Rios
haikalrios at gmail.com
Thu May 31 00:44:49 EDT 2018
Hello,
I can’t do work it.
Maybe you don't know what I mean. I will try explained better.
I am using apache in front by proxy mode. The request arrive in apache after this it send for server responsible for request.
My application is running in a server and keycloak in other but both use apache.
When I open application its work. My app send request for keycloak that show the authentication page, so good. But when a press login button the URL send the page is server local, the same server in http.conf see below.
> ProxyPass "/auth/" "http://localhost:8180/auth/ <http://localhost:8180/auth/>"
> ProxyPassReverse "/auth/" "http://localhost:8180/auth <http://localhost:8180/auth>/“\
Maybe this problem is in apache configuration, maybe not, anybody have opinion about whats happing ?\
Haikal Rios
> On May 29, 2018, at 2:38 PM, Haikal Rios <haikalrios at gmail.com> wrote:
>
> Version: 3.4.3
>
> Hello everybody,
>
>
> I am trying to use keycloak in my application. My structure is apache em front and one server with my application e other server for keycloak
>
> There is ssl in Apache.
>
> When I open my application it is call the login page in keycloak, but when I put login/password and click in log in button My browse is directed to the local address, the same address that is configured in httpconf section virtual host
>
> ProxyPass "/auth/" "http://localhost:8180/auth/ <http://localhost:8180/auth/>"
> ProxyPassReverse "/auth/" "http://localhost:8180/auth <http://localhost:8180/auth>/“
>
> Anyone have idea about this problem? Maybe is configuration apache, maybe not.
More information about the keycloak-user
mailing list