Enabling remote access to Keycloak

后端 未结 3 1246
暗喜
暗喜 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:32

    you can start keycloak server with this command

    standalone.bat -b 0.0.0.0
    

提交回复
热议问题