From 56b19f8a0b51e20717f7208ad4f283f3a55873ed Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Fri, 19 Feb 2021 09:42:08 +0100 Subject: [PATCH] =?UTF-8?q?MAJ=20du=20dummyClientSecret=20avec=20la=20r?= =?UTF-8?q?=C3=A9installation=20de=20keycloak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index f325ab0..cfc67ff 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -18,7 +18,7 @@ const keycloakConfig: AuthConfig = { // is a sign that the auth server is not configured with SPAs in mind // and it might not enforce further best practices vital for security // such applications. - //dummyClientSecret: 'f27746f4-e603-441e-a256-3ddd5b19ba54', + //dummyClientSecret: 'b261c083-d8ba-4a7c-918e-9d13393f33bd', dummyClientSecret: '201a3d53-7cd5-4613-bcb6-f2e98c1ba2ec', // To configure your solution for code flow + PKCE you have to set the responseType to code