mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Adding app.conf for mobile base plugin
This commit is contained in:
parent
672d90472b
commit
d802570be9
@ -61,5 +61,4 @@ dependencies {
|
|||||||
compile 'org.altbeacon:android-beacon-library:2.8.1'
|
compile 'org.altbeacon:android-beacon-library:2.8.1'
|
||||||
compile 'uk.co.alt236:easycursor-android:1.0.0'
|
compile 'uk.co.alt236:easycursor-android:1.0.0'
|
||||||
compile 'uk.co.alt236:bluetooth-le-library-android:1.0.0'
|
compile 'uk.co.alt236:bluetooth-le-library-android:1.0.0'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"appName": "Enterprise Mobility Manager",
|
||||||
|
"cachingEnabled": true,
|
||||||
|
"debuggingEnabled": false,
|
||||||
|
"permissionRoot": "/",
|
||||||
|
"loginPage": "cdmf.page.sign-in",
|
||||||
|
"adminServicesUrl": "https://${server.ip}:${server.https_port}/admin/services/",
|
||||||
|
"authModule": {
|
||||||
|
"enabled": true,
|
||||||
|
"login": {
|
||||||
|
"onSuccess": {
|
||||||
|
"script": "/app/modules/login.js",
|
||||||
|
"page": "cdmf.page.dashboard"
|
||||||
|
},
|
||||||
|
"onFail": {
|
||||||
|
"script": "/app/modules/login.js",
|
||||||
|
"page": "cdmf.page.sign-in"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"logout": {
|
||||||
|
"onSuccess": {
|
||||||
|
"page": "cdmf.page.sign-in"
|
||||||
|
},
|
||||||
|
"onFail": {
|
||||||
|
"page": "cdmf.page.dashboard"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sso": {
|
||||||
|
"enabled": false,
|
||||||
|
"issuer" : "emm",
|
||||||
|
"appName" : "emm",
|
||||||
|
"identityProviderUrl" : "https://localhost:9443/samlsso",
|
||||||
|
"acs": "https://localhost:9443/devicemgt/uuf/sso/acs",
|
||||||
|
"identityAlias": "wso2carbon",
|
||||||
|
"responseSigningEnabled" : "true",
|
||||||
|
"useTenantKey": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"errorPages": {
|
||||||
|
"default": "uuf.page.error"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user