[overlord-issues] [JBoss JIRA] (RTGOV-643) keycloak configuration should not include host/port

Gary Brown (JIRA) issues at jboss.org
Wed Feb 25 06:15:51 EST 2015


     [ https://issues.jboss.org/browse/RTGOV-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Brown resolved RTGOV-643.
------------------------------
    Resolution: Done


> keycloak configuration should not include host/port
> ---------------------------------------------------
>
>                 Key: RTGOV-643
>                 URL: https://issues.jboss.org/browse/RTGOV-643
>             Project: RTGov (Run Time Governance)
>          Issue Type: Feature Request
>            Reporter: Jorge Morales
>            Assignee: Gary Brown
>
> Keycloak configuration should not include host and port to enable to have the server running in a VM/docker container and the host exposed port be different than the internal guest port. Otherwise, keycloak will try to redirect to that host:port being not accessible.
> Change 
> {code}
> <xsl:element name="auth-server-url" namespace="urn:jboss:domain:keycloak:1.0">http://localhost:8080/auth</xsl:element>
> {code}
> with:
> {code}
> <xsl:element name="auth-server-url" namespace="urn:jboss:domain:keycloak:1.0">/auth</xsl:element>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the overlord-issues mailing list