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 be690667..7cf1feaf 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' - client_id: 'my-client' + client_id: 'my-client-id' client_secret: 'my-client-secret' default_target_path: 'app_home' \ No newline at end of file