|
|
|
@ -1,7 +1,5 @@
|
|
|
|
|
{
|
|
|
|
|
"appContext": "/devicemgt/",
|
|
|
|
|
"webAgentContext" : "/emm-web-agent/",
|
|
|
|
|
"apiContext": "api",
|
|
|
|
|
"httpsURL" : "%https.ip%",
|
|
|
|
|
"httpURL" : "%http.ip%",
|
|
|
|
|
"httpsWebURL" : "%https.ip%",
|
|
|
|
@ -15,7 +13,7 @@
|
|
|
|
|
"iOSConfigRoot" : "%https.ip%/ios-enrollment/",
|
|
|
|
|
"iOSAPIRoot" : "%https.ip%/ios/",
|
|
|
|
|
"adminService": "%https.ip%",
|
|
|
|
|
"apimgt-gateway": false,
|
|
|
|
|
"gatewayEnabled": false,
|
|
|
|
|
"oauthProvider": {
|
|
|
|
|
"appRegistration": {
|
|
|
|
|
"appType": "webapp",
|
|
|
|
@ -32,19 +30,8 @@
|
|
|
|
|
"adminUser":"admin@carbon.super",
|
|
|
|
|
"adminUserTenantId":"-1234",
|
|
|
|
|
"adminRole":"admin",
|
|
|
|
|
"usernameLength":30,
|
|
|
|
|
"pageSize":10,
|
|
|
|
|
"ssoConfiguration" : {
|
|
|
|
|
"enabled" : false,
|
|
|
|
|
"issuer" : "devicemgt",
|
|
|
|
|
"appName" : "devicemgt",
|
|
|
|
|
"identityProviderURL" : "%https.ip%/sso/samlsso.jag",
|
|
|
|
|
"responseSigningEnabled" : "true",
|
|
|
|
|
"keyStorePassword" : "wso2carbon",
|
|
|
|
|
"identityAlias" : "wso2carbon",
|
|
|
|
|
"keyStoreName" : "/repository/resources/security/wso2carbon.jks"
|
|
|
|
|
},
|
|
|
|
|
"userValidationConfig" : {
|
|
|
|
|
"usernameLength":30,
|
|
|
|
|
"usernameJSRegEx" : "^[\\S]{3,30}$",
|
|
|
|
|
"usernameRegExViolationErrorMsg" : "Provided username is invalid.",
|
|
|
|
|
"usernameHelpMsg" : "Should be in minimum 3 characters long and do not include any whitespaces.",
|
|
|
|
|