From 08c5363374ab72502f8f7c6b6dc90daf91469dc3 Mon Sep 17 00:00:00 2001 From: Gabriel BONDAZ Date: Tue, 4 May 2021 18:51:39 +0200 Subject: [PATCH] Change realm var name --- .../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 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'