We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9306bdc commit a889efdCopy full SHA for a889efd
1 file changed
apps/model_catalog/src/auth.js
@@ -6,7 +6,7 @@ import Keycloak from 'keycloak-js';
6
const keycloak = new Keycloak({
7
url: 'https://iam.ebrains.eu/auth',
8
realm: 'hbp',
9
- clientId: 'model-catalog',
+ clientId: 'model-catalog-v3',
10
'public-client': true,
11
'confidential-port': 0,
12
});
0 commit comments