首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >WSO2 EMM 2.1.1 :仪表板分析中不存在设备

WSO2 EMM 2.1.1 :仪表板分析中不存在设备
EN

Stack Overflow用户
提问于 2016-11-22 19:40:22
回答 1查看 79关注 0票数 0

我当前正在使用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版本

你能帮帮我吗?

对不起,我的英语,因为我是法国人。我使用谷歌翻译器

感谢您的回复。

EN

回答 1

Stack Overflow用户

发布于 2016-11-24 16:39:06

您需要在portal/configs/designer.json er.json中设置授权配置

代码语言:javascript
复制
"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"
                    }
                }
            }
        }
    }

当然,这会对你有所帮助。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/40740930

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档