2017-01-11 51 views
1

像標題中所示:如何禁用https對Keycloak的要求?由於我無法登錄到管理員面板,因此只使用終端,因爲...沒有https。如何禁用Keycloak上的HTTPS

+0

有一個在keycloak – ctomc

+0

你是如何啓動您keycloak實例沒有這樣的規定?我的意思是,獨立的碼頭工人 –

回答

0

您可以在Realm設置的Login選項卡中更改「Require SSL」。 選項是

external requests 

    Keycloak can run out of the box without SSL so long as you 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 don’t have SSL/HTTPS configured on the server or you try to access Keycloak over HTTP from a non-private IP adress you will get an error. 

none 

    Keycloak does not require SSL. This should really only be used in development when you are playing around with things. 

all requests 

    Keycloak requires SSL for all IP addresses. 

The SSL mode for each realm can be configured in the Keycloak admin console.