-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
52 lines (52 loc) · 1.46 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"server": {
"https": "https://localhost:9443",
"http": "http://localhost:9763"
},
"roles": {
"portal": {
"/permission/admin/login": ["ui.execute"]
}
},
"adminRole": "admin",
"user": {
"username": "admin",
"password": "admin"
},
"userRoles": ["portal"],
"permissions": {
"login": {
"/permission/admin/login": ["ui.execute"]
}
},
"userSpace": {
"space": "mdm-dashboard",
"options": {
"type": "registry",
"serverUrl": "https://localhost:9443/admin",
"path": "/_system/governance/users",
"username": "admin",
"password": "admin"
}
},
"storeSpace": {
"space": "store",
"options": {
"type": "registry",
"serverUrl": "https://localhost:9443/admin",
"path": "/_system/governance/users",
"username": "admin",
"password": "admin"
}
},
"ssoConfiguration": {
"enabled": true,
"issuer": "mdm-dashboard",
"identityProviderURL": "%https.host%/sso/samlsso.jag",
"keyStorePassword": "wso2carbon",
"identityAlias": "wso2carbon",
"responseSigningEnabled": "true",
"keyStoreName": "/repository/resources/security/wso2carbon.jks",
"storeAcs" : "%https.host%/store/acs.jag",
}
}