Enabling remote access to Keycloak

后端 未结 3 1318
暗喜
暗喜 2021-02-02 07:52

I\'m using the Keycloak authorization server in order to manage my application permissions. However, I\'ve found out the standalone server can be accessed locally only.

3条回答
  •  我在风中等你
    2021-02-02 08:28

    For anyone who happens by here now, I found this in the documentation for Keycloak 8:

    Users can interact with Keycloak without SSL so long as they stick to private IP addresses like localhost, 127.0.0.1, 10.0.x.x, 192.168.x.x, and 172.16.x.x. If you try to access Keycloak without SSL from a non-private IP address you will get an error.

提交回复
热议问题