diff --git a/idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml b/idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml index 9ca9dd1a..9562de18 100644 --- a/idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml +++ b/idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml @@ -1,6 +1,6 @@ idci_keycloak_security: server_url: 'http://localhost:8080/auth' - realm: 'MyRealm' + realm: 'realm-name' client_id: 'my-client-id' client_secret: 'my-client-secret' default_target_path: 'app_home'