h3. Validation: # Go to Mobile/Services # Create new KeyCloak service within new project e.g. kcshared # Dont provide any additional params there ## Connect to an existing shared service , : _UNCHECKED_ ## URL of the shared service , : _EMPTY_ ## Name of the Keycloak realm (defaults to current namespace) , : _EMPTY_ # Create new KeyCloak service within new project e.g. kcmy # Do provide all additional params there ## Connect to an existing shared service , : _CHECKED_ ## URL of the shared service , e.g. : https://keycloak-kcshared.192.168.37.1.nip.io ## Name of the Keycloak realm (defaults to current namespace) , : kcmyrealm # Validation ## Open https://keycloak-kcshared.192.168.37.1.nip.io/auth/admin/master/console/#/realms ## 3 realms should be present: master, kcshared, kcmyrealm |
|