wso2-emm

How to use and understand wso2 git repositories?

浪尽此生 提交于 2020-01-14 13:58:30
问题 I have just started to be interested in wso2. I am looking for a mobility device management solution. So I have tested the wso2 EMM but I found some limits that I was wondering if it could be possible to implement by myself. My problem is I am completly lost in wso2 git repositories !! Is there a guide book or a logic I have missed ? It could be nice if somebody help me to figure it out :) Thanks 回答1: Repositories are as follows. Build that in this sequence. Connected Device Management

Wso2 Emm - Agent fails after Switching from Local to GCM

孤人 提交于 2020-01-05 04:03:33
问题 Hi I have a working Wso2 (2.01) setup but after switching to GCM from local when I try to enroll a new device the android agent fails with the message "Unfortunately WSO2 Agent has stopped". ERROR{org.wso2.carbon.device.mgt.mobile.impl.android. gcm.GCMService} - Exception occurred while sending the GCM notification : "registration_ids" field cannot be empty Any ideas anyone? 回答1: You need to register in GCM portal and acquire a registration id. Documentation on how to do that can be found

Sending Content-Type application/x-www-form-urlencoded WSO2 ESB

我是研究僧i 提交于 2019-12-30 10:43:00
问题 I have been working in a service chaining that answers me with a Bearer Token using in WSO2 EMM. I made a proxy in ESB and then I passed to a new sequence that makes the next call but this one receives a Content-Type application/x-www-form-urlencoded. I have been looking for some help so that I can find anything interesting. This is my proxy <?xml version="1.0" encoding="UTF-8"?> <proxy name="TokenService" startOnLoad="true" statistics="enable" trace="enable" transports="http https" xmlns=

WSO2 EMM server Cannot read property “accessToken” from null

∥☆過路亽.° 提交于 2019-12-25 08:44:28
问题 I am configuring WSO2 EMM (Ver 2.0.1) server on ubuntu (14.04) machine. All configuration look proper but when I try to authenticate on device on url https://server-name:9443/emm-web-agent/enrollments/iOS/login-agent Server throws error of Cannot read property "accessToken" from null Stack trace [2016-05-16 15:22:33,696] ERROR {org.wso2.carbon.identity.oauth2.token.handlers.grant.PasswordGrantHandler} - Token request with Password Grant Type for an invalid tenant : https://server-name:9 [2016

WSO2EMM rebuilding the mobile agent fails

回眸只為那壹抹淺笑 提交于 2019-12-25 08:00:10
问题 I'm trying to rebuild the Android agent with custom keystores (to allow SSL with own SSL certificates) and optionally other customizations. When building the project as described in the documentation (product-emm 2.0.1), the Android studio (Android studio 2.2, Androind 5.1.1, API 22) claims the following methods are unknow: org.wso2.emm.agent.api.RuntimeInfo - Environment.getLegacyExternalStorageDirectory (line 159) org.wso2.emm.agent.services.AlarmReceiver - intent.getExtra (line 56) org

WSO2 EMM Agent with COSU not using NFC

﹥>﹥吖頭↗ 提交于 2019-12-24 23:14:49
问题 I have built the latest version of wso2 emm android agent (cdmf-agent-android v3.1.30) and got some initial tests working in BYOD mode with IoT server 3.1.0 When built for COSU it is waiting for provisioning with another device via NFC. But I want to provision devices without NFC. What options do I have? Could I trigger programmatically a custom provisioning option? 回答1: There are some options to do this, depending on your android version. I will start with the simplest option. If you have

Wso2-emm and SAML SSO configuration

拥有回忆 提交于 2019-12-24 22:05:23
问题 I am new in WSO2 and I have some problem with emm and sso login. I cloned the w so2 emm project from github. I used maven clean install to generate wso2emm-1.1.0 zip (under product-emm-master\modules\distribution\target) When I start wso2server.bat , I can only acces to carbon and store , but when I access to emm I had a redirection to https://localhost:9443/sso/ with this error 500: Something has gone wrong (Problem in (/emm/modules/sso.js#23)). Even when I login within the store app I had a

Unable to install apps in mobile using WSO2 Iot Server 3.1.0

十年热恋 提交于 2019-12-24 12:33:01
问题 I have installed WSO2 IoT server 3.1.0. The server is running successfully. I am able to log in. I have created few apps in publisher and published them. When I access the app store from my android device. I am not able to install these apps. Picture 1: Picture 2: Problem : When I click on the "NEXT" button , nothing happens. And app is not downloaded. CheckList: User have access to installing the apps. Device is successfully enrolled with the IoT server. Same credentials are being used to

WSO2 EMM: Delete device from Device Management

爷,独闯天下 提交于 2019-12-24 02:31:29
问题 I successfully registered an Android device to EMM. Then I did a factory reset and registered it again. Now I have the same device listed twice in my Device Management. First thing: Is this behaviour wanted? I think there should be a rule that checks the IMEI and replaces the old object with the newly registered one. Second thing: How do I get rid of the old object? What if a phone gets destroyed and I can't unregister it unit-side? Thanks in advance for any reply. Conrad 回答1: We cann't

Change “carbon.super Profile Service” to custom name

徘徊边缘 提交于 2019-12-14 02:01:41
问题 I am successfully able to install the WSO2 EMM profile. It's working properly on my iOS devices. Now when I install the configuration profile for the first time it displays "carbon.super Profile Service" as profile title. How can I change the profile title? 回答1: This is identified as a bug in the EMM, so I have created a public jira[1] for that and will be fixed soon. [1]https://wso2.org/jira/browse/EMM-1473 Thanks. 来源: https://stackoverflow.com/questions/38458099/change-carbon-super-profile