keycloak-connect

how to check authenticate keycloak instance A user from another keycloak instance B?

喜夏-厌秋 提交于 2021-02-04 19:53:04
问题 we setup a testing environment for keycloak. The environment run on GCP. It have two keycloak instances: Instance A acts as a test login keycloak, named test-login-1 Instance B acts as a test external identity provider, named test-login-2 We need to use the instance A to connect the instance B. So instance A user can able to login via instance B. Is there any way to do this? How can We implement this logic? 回答1: You need to configure the test-login-2 as an identity provider for the test-login