mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Removed unneccesary configs
This commit is contained in:
parent
29cff5ae8a
commit
838223c67a
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"appContext" : "/android-web-agent/",
|
"appContext" : "/android-web-agent/",
|
||||||
"apiContext" : "api",
|
|
||||||
"httpsURL" : "%https.ip%",
|
"httpsURL" : "%https.ip%",
|
||||||
"httpURL" : "%http.ip%",
|
"httpURL" : "%http.ip%",
|
||||||
"enrollmentDir": "/android-web-agent/enrollment",
|
"enrollmentDir": "/android-web-agent/enrollment",
|
||||||
@ -35,16 +34,6 @@
|
|||||||
},
|
},
|
||||||
"androidAgentApp" : "android-agent.apk",
|
"androidAgentApp" : "android-agent.apk",
|
||||||
"windowsConfigRoot" : "%http.ip%/api/device-mgt/windows/v1.0/services/federated/bst/authentication",
|
"windowsConfigRoot" : "%http.ip%/api/device-mgt/windows/v1.0/services/federated/bst/authentication",
|
||||||
"ssoConfiguration" : {
|
|
||||||
"enabled" : false,
|
|
||||||
"issuer" : "mdm",
|
|
||||||
"appName" : "admin_android-web-agent",
|
|
||||||
"identityProviderURL" : "%https.ip%/sso/samlsso.jag",
|
|
||||||
"responseSigningEnabled" : "true",
|
|
||||||
"keyStorePassword" : "wso2carbon",
|
|
||||||
"identityAlias" : "wso2carbon",
|
|
||||||
"keyStoreName" : "/repository/resources/security/wso2carbon.jks"
|
|
||||||
},
|
|
||||||
"generalConfig" : {
|
"generalConfig" : {
|
||||||
"host" : "%http.ip%",
|
"host" : "%http.ip%",
|
||||||
"companyName" : "WSO2 Enterprise Mobility Manager",
|
"companyName" : "WSO2 Enterprise Mobility Manager",
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"appContext" : "/windows-web-agent/",
|
"appContext" : "/windows-web-agent/",
|
||||||
"apiContext" : "api",
|
|
||||||
"httpsURL" : "%https.ip%",
|
"httpsURL" : "%https.ip%",
|
||||||
"httpURL" : "%http.ip%",
|
"httpURL" : "%http.ip%",
|
||||||
"enrollmentDir": "/windows-web-agent/enrollment",
|
"enrollmentDir": "/windows-web-agent/enrollment",
|
||||||
@ -35,16 +34,6 @@
|
|||||||
},
|
},
|
||||||
"androidAgentApp" : "android-agent.apk",
|
"androidAgentApp" : "android-agent.apk",
|
||||||
"windowsConfigRoot" : "%http.ip%/api/device-mgt/windows/v1.0/federated/bst/authentication",
|
"windowsConfigRoot" : "%http.ip%/api/device-mgt/windows/v1.0/federated/bst/authentication",
|
||||||
"ssoConfiguration" : {
|
|
||||||
"enabled" : false,
|
|
||||||
"issuer" : "mdm",
|
|
||||||
"appName" : "admin_windows-web-agent",
|
|
||||||
"identityProviderURL" : "%https.ip%/sso/samlsso.jag",
|
|
||||||
"responseSigningEnabled" : "true",
|
|
||||||
"keyStorePassword" : "wso2carbon",
|
|
||||||
"identityAlias" : "wso2carbon",
|
|
||||||
"keyStoreName" : "/repository/resources/security/wso2carbon.jks"
|
|
||||||
},
|
|
||||||
"generalConfig" : {
|
"generalConfig" : {
|
||||||
"host" : "%http.ip%",
|
"host" : "%http.ip%",
|
||||||
"companyName" : "WSO2 Enterprise Mobility Manager",
|
"companyName" : "WSO2 Enterprise Mobility Manager",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user