我当前正在使用WSO2 EMM安装
我设法为我的域名正确设置了它。
我设法在管理控制台EMM中安装了几个Android下的平板电脑和智能手机。
https://i.stack.imgur.com/0Wlq0.png
在emm-analytics-dashboard控制台中,我看不到任何设备
https://i.stack.imgur.com/MZiU4.png
我使用的是WSO2 2.1.1版本
你能帮帮我吗?
对不起,我的英语,因为我是法国人。我使用谷歌翻译器
感谢您的回复。
发布于 2016-11-24 16:39:06
您需要在portal/configs/designer.json er.json中设置授权配置
"authorization": {
"activeMethod": "oauth",
"methods": {
"oauth": {
"attributes": {
"idPServer": "https://localhost:9443/oauth2/token", (or https://<your_ip>:9443/oauth2/token)
"dynamicClientProperties": {
"callbackUrl": "https://localhost:9443/portal", (or https://<your_ip>:9443/portal)
"clientName": "portal",
"owner": "admin",
"applicationType": "JaggeryApp",
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer",
"saasApp": false,
"dynamicClientRegistrationEndPoint": "https://localhost:9443/dynamic-client-web/register/", (or https://<your_ip>:9443/dynamic-client-web/register/)
"tokenScope": "Production"
}
}
}
}
}当然,这会对你有所帮助。
https://stackoverflow.com/questions/40740930
复制相似问题