Skip to content

Commit a889efd

Browse files
committed
trying a different OIDC client
1 parent 9306bdc commit a889efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/model_catalog/src/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Keycloak from 'keycloak-js';
66
const keycloak = new Keycloak({
77
url: 'https://iam.ebrains.eu/auth',
88
realm: 'hbp',
9-
clientId: 'model-catalog',
9+
clientId: 'model-catalog-v3',
1010
'public-client': true,
1111
'confidential-port': 0,
1212
});

0 commit comments

Comments
 (0)