From 69b52b7fd8acdf45c1c972d20237b12b0eef212a Mon Sep 17 00:00:00 2001 From: Gabriel BONDAZ Date: Tue, 4 May 2021 17:13:31 +0200 Subject: [PATCH] Change client id default value --- .../1.0/config/packages/idci_keycloak_security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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