|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
{
|
|
|
|
|
"appContext": "/emm/",
|
|
|
|
|
"clientName": "emm",
|
|
|
|
|
"webAgentContext" : "/emm-web-agent/",
|
|
|
|
|
"apiContext": "api",
|
|
|
|
|
"httpsURL" : "%https.ip%",
|
|
|
|
@ -12,13 +11,23 @@
|
|
|
|
|
"enrollmentDir": "/emm-web-agent/enrollment",
|
|
|
|
|
"iOSConfigRoot" : "%https.ip%/ios-enrollment/",
|
|
|
|
|
"iOSAPIRoot" : "%https.ip%/ios/",
|
|
|
|
|
"dynamicClientRegistrationEndPoint" : "https://localhost:9443/dynamic-client-web/register/",
|
|
|
|
|
"adminService": "%https.ip%",
|
|
|
|
|
"idPServer":"%https.ip%/oauth2/token",
|
|
|
|
|
"callBackUrl":"%https.ip%/api/device-mgt/v1.0",
|
|
|
|
|
"adminUser":"admin@carbon.super",
|
|
|
|
|
"adminRole":"admin",
|
|
|
|
|
"usernameLength":30,
|
|
|
|
|
"oauthProvider": {
|
|
|
|
|
"appRegistration": {
|
|
|
|
|
"appType": "webapp",
|
|
|
|
|
"clientName": "emm",
|
|
|
|
|
"owner": "admin@carbon.super",
|
|
|
|
|
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
|
|
|
|
"apiManagerClientAppRegistrationServiceURL": "%https.ip%/api-application-registration/register/tenants",
|
|
|
|
|
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer",
|
|
|
|
|
"tokenScope": "admin",
|
|
|
|
|
"callbackUrl": "%https.ip%/api/device-mgt/v1.0"
|
|
|
|
|
},
|
|
|
|
|
"tokenServiceURL": "%https.ip%/oauth2/token"
|
|
|
|
|
},
|
|
|
|
|
"adminUser": "admin@carbon.super",
|
|
|
|
|
"adminRole": "admin",
|
|
|
|
|
"usernameLength": 30,
|
|
|
|
|
"pageSize":10,
|
|
|
|
|
"ssoConfiguration" : {
|
|
|
|
|
"enabled" : false,
|
|
|
|
|