|
|
@ -9,12 +9,12 @@
|
|
|
|
"remoteSessionWSURL": "https://%iot.manager.host%:%iot.manager.https.port%",
|
|
|
|
"remoteSessionWSURL": "https://%iot.manager.host%:%iot.manager.https.port%",
|
|
|
|
"portalURL": "https://%iot.analytics.host%:%iot.analytics.https.port%",
|
|
|
|
"portalURL": "https://%iot.analytics.host%:%iot.analytics.https.port%",
|
|
|
|
"dashboardServerURL": "%https.ip%",
|
|
|
|
"dashboardServerURL": "%https.ip%",
|
|
|
|
"androidAgentDownloadURL": "%https.ip%/devicemgt/public/cdmf.unit.device.type.android.type-view/assets/android-agent.apk",
|
|
|
|
"androidAgentDownloadURL": "https://%iot.manager.host%:%iot.manager.https.port%/devicemgt/public/cdmf.unit.device.type.android.type-view/assets/android-agent.apk",
|
|
|
|
"windowsEnrollmentDir": "/windows-web-agent/enrollment",
|
|
|
|
"windowsEnrollmentDir": "/windows-web-agent/enrollment",
|
|
|
|
"iOSEnrollmentDir": "/ios-web-agent/enrollment",
|
|
|
|
"iOSEnrollmentDir": "/ios-web-agent/enrollment",
|
|
|
|
"iOSConfigRoot": "%https.ip%/ios-enrollment/",
|
|
|
|
"iOSConfigRoot": "https://%iot.manager.host%:%iot.manager.https.port%/ios-enrollment/",
|
|
|
|
"iOSAPIRoot": "%https.ip%/ios/",
|
|
|
|
"iOSAPIRoot": "https://%iot.manager.host%:%iot.manager.https.port%/ios/",
|
|
|
|
"adminService": "%https.ip%",
|
|
|
|
"adminService": "https://%iot.manager.host%:%iot.manager.https.port%",
|
|
|
|
"deviceInfoServiceAPI" : "/api/device-mgt/%device-type%/v1.0/admin/devices/info",
|
|
|
|
"deviceInfoServiceAPI" : "/api/device-mgt/%device-type%/v1.0/admin/devices/info",
|
|
|
|
"deviceLocationServiceAPI" : "/api/device-mgt/%device-type%/v1.0/admin/devices/location",
|
|
|
|
"deviceLocationServiceAPI" : "/api/device-mgt/%device-type%/v1.0/admin/devices/location",
|
|
|
|
"iOSDeviceInfoServiceAPI" : "/api/device-mgt/%device-type%/v1.0/admin/devices/info",
|
|
|
|
"iOSDeviceInfoServiceAPI" : "/api/device-mgt/%device-type%/v1.0/admin/devices/info",
|
|
|
@ -24,11 +24,11 @@
|
|
|
|
"appType": "webapp",
|
|
|
|
"appType": "webapp",
|
|
|
|
"clientName": "iot_ui",
|
|
|
|
"clientName": "iot_ui",
|
|
|
|
"owner": "admin@carbon.super",
|
|
|
|
"owner": "admin@carbon.super",
|
|
|
|
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
|
|
|
"dynamicClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/dynamic-client-web/register",
|
|
|
|
"apiManagerClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/api-application-registration/register/tenants",
|
|
|
|
"apiManagerClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/api-application-registration/register/tenants",
|
|
|
|
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer urn:ietf:params:oauth:grant-type:jwt-bearer",
|
|
|
|
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer urn:ietf:params:oauth:grant-type:jwt-bearer",
|
|
|
|
"tokenScope": "admin",
|
|
|
|
"tokenScope": "admin",
|
|
|
|
"callbackUrl": "%https.ip%/api/device-mgt/v1.0",
|
|
|
|
"callbackUrl": "https://%iot.gateway.host%:%iot.gateway.https.port%/api/device-mgt/v1.0",
|
|
|
|
"samlGrantTypeName": "urn:ietf:params:oauth:grant-type:saml2-bearer"
|
|
|
|
"samlGrantTypeName": "urn:ietf:params:oauth:grant-type:saml2-bearer"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"tokenServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/token"
|
|
|
|
"tokenServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/token"
|
|
|
|