[keycloak-user] Customize OpenID Endpoint Configuration
Łukasz Dywicki
luke at code-house.org
Wed Jun 12 17:16:23 EDT 2019
Hostname resolution is pluggable via HostnameProviderSPI.
Normally Keycloak should rely on HOST field set by reverse proxy. You
can use FixedHostnameProvider to force certain host to be used.
Please check out hostname SPI docs:
https://github.com/keycloak/keycloak-documentation/blob/6.0.1/server_admin/topics/threat/host.adoc
Best regards,
Łukasz
--
Code-House http://code-house.org
On 12.06.2019 13:24, Yang Yang wrote:
> Hello,
>
> I am deploying Keycloak behind a reverse proxy, and do not want others to know where it is actually located. Can I customize the OpenID Endpoint Configuration information presented in http://[KEYCLOAK_ADD:PORT]/auth/realms/demo/.well-known/openid-configuration? So that I can present the login page at the address of the reverse proxy.
>
> Thanks,
> Yang
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>
More information about the keycloak-user
mailing list