MAJ du dummyClientSecret avec la réinstallation de keycloak

develop
jboinembalome 4 years ago
parent 122cbc8116
commit 56b19f8a0b
  1. 2
      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 // 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 // and it might not enforce further best practices vital for security
// such applications. // such applications.
//dummyClientSecret: 'f27746f4-e603-441e-a256-3ddd5b19ba54', //dummyClientSecret: 'b261c083-d8ba-4a7c-918e-9d13393f33bd',
dummyClientSecret: '201a3d53-7cd5-4613-bcb6-f2e98c1ba2ec', dummyClientSecret: '201a3d53-7cd5-4613-bcb6-f2e98c1ba2ec',
// To configure your solution for code flow + PKCE you have to set the responseType to code // To configure your solution for code flow + PKCE you have to set the responseType to code

Loading…
Cancel
Save