2016-11-22 48 views
0

我目前正在與WSO2 EMMWSO2 EMM 2.1.1:設備在儀表盤分析

我設法正確設置它爲我的域名安裝不存在。

我在管理控制檯EMM中設法在Android下安裝了多個平板電腦和智能手機。

https://i.stack.imgur.com/0Wlq0.png

在EMM-分析的儀表板臺,我沒有看到任何設備

https://i.stack.imgur.com/MZiU4.png

我使用WSO2 2.1.1版本

你能幫忙我請。

對不起,我的英語,因爲我是法國人......我用谷歌翻譯

感謝您的回覆。

回答

0

您需要設置授權配置在門戶/ CONFIGS/designer.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" 
        } 
       } 
      } 
     } 
    } 

毫無疑問,這將幫助你。

+0

我已經做了很多測試的design.json 在控制檯中,當我連接到EMM-分析的儀表板,這裏就是我在日誌中: WARN {net.sf.ehcache.pool.sizeof .SizeOf} - 嘗試計算對象圖的大小時已達到配置的1,000個對象引用的限制。這可以通過使用@IgnoreSizeOf註釋添加停止點來避免。感謝您的幫助 – Tof

+0

好的,在designer.json上有:「host」:{「hostname」:「」,「port」:「」,「protocol」:「」}} 我必須提供更多信息關於這個信息? – Tof