mdm

read Microsoft Intune app configuration properties from cordova

人走茶凉 提交于 2019-12-11 17:54:44
问题 app configuration properties can be deployed to an iOS app with the Microsoft Intune app configuration policies. These properties are configured in plist format and deployed like explained in the docs https://github.com/MicrosoftDocs/IntuneDocs/blob/master/intune/app-configuration-policies-use-ios.md it seems like this properties can be read by the Intune iOS SDK as "MDM app config" like explained here: https://docs.microsoft.com/en-us/intune/app-sdk-ios#enable-targeted-configuration-appmam

How to extract the data from Soap Response in C#

a 夏天 提交于 2019-12-11 16:06:22
问题 Following is a part of the function which i use to extract data from. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <MP0118_GetGridHeaderData_001_Result xmlns="http://schemas.datastream.net/MP_functions/MP0118_GetGridHeaderData_001_Result"> <GRIDRESULT type="LIST.HEAD_DATA.STORED"> <DATA jsonclass="array"> <ROW id="1"> <D n="6721">10128</D> <D n="6724">CL</D> <D n="6771">*</D> <D n="6773">ACT</D> <D n="6774">PHON</D> <D n="6775"

One of the signing certificates from the MDM profile is expired.

旧街凉风 提交于 2019-12-11 08:04:34
问题 Is there a way that I can change only that expired certificate in the profile? Or I have to create a completely new profile? 回答1: You need to sign again the mdm profile with the new certificate. 回答2: I had to sign it again with the new certificate. 来源: https://stackoverflow.com/questions/46587912/one-of-the-signing-certificates-from-the-mdm-profile-is-expired

iOS Device Enrollment with Self-Developed MDM?

浪尽此生 提交于 2019-12-11 06:59:40
问题 I am in the process of trying to develop a really simple proof-of-concept iOS MDM that will allow for OTA enrollment of iOS devices. This isn't meant to be some MobileIron replacement or anything. It's really just a learning exercise. I am developing my code in Java, with JAX-RS for the RESTful service endpoints. At this point, I am able to it a URL (http://myhost/enroll) from my iOS that will return an enrollment response to kickoff the device enrollment process. The response returned looks

Apple MDM OTA - Identity Certificate with SCEP vs PKCS12 embedded within the profile

此生再无相见时 提交于 2019-12-11 06:14:38
问题 I'm debating and need to know the implications of not using the SCEP protocol for the mdm enrolment, more precisely the Identity certificate (the certificate credential used for authentication). I'm talking about the certificate in the Identity section on IPCU, as shown in the image below, with the red arrow. I wont be pushing down profiles with sensitive informations (like vpn, email, etc configurations and/or passwords). My use case will be 99%: Block/unblock apps by rating Lock/unlock

Can one mobile app support multiple different MDMs?

元气小坏坏 提交于 2019-12-11 04:57:17
问题 Can one mobile app support multiple different MDMs (Mobile Device Management solution i.e. Maas360, Airwatch, etc.)? For example one device controlled by MDM 'x' can install it, as well as another device controlled by MDM 'y'. Or is the logic within apps to integrate MDM's not able to differentiate between which specific MDM solution the device is controlled by? 回答1: Yes you can. Each SDK typically has it's own kind of init method so you can build the logic to try..catch that. However,

iOS MDM Certificates Expiry

邮差的信 提交于 2019-12-11 03:36:23
问题 I am creating an MDM Server and have successfully completed all the steps and was able to install the profile on the device. In the .mobileconfig file which is installed on the device, we pass the SSL certificate, APNS certificate and profile information. 1) What if the SSL Certificate on the server is changed? (I guess this is not practiced by many or not practiced at all but still want to know what happens when this case occurs) 2) What happens after the APNS certificate is expired after

Microsoft ODBC Driver 13 for SQL Server : Login failed for user 'sa'

99封情书 提交于 2019-12-10 17:28:30
问题 Im installing the MDM of Informatica. MDM 10.2 - Jboss 6.4 EAP - SQL Server 11 - Windows Server 2008 R2. During the creation of the schema 'sip_ant.bat create_bpm' i got this error Microsoft ODBC Driver 13 for SQL Server : Login failed for user 'sa'. (Same eeror with another user) I already tried to use the Auth Mixed Mode and restarted the instance of the DB. Error received is D:\informatica\database\bin\common.xml:248: The following error occurred while executing this line: D:\informatica

Generate a CSR request in java via SCEP

时光总嘲笑我的痴心妄想 提交于 2019-12-10 11:23:34
问题 I am trying to send a Certificate Signing Request from an Android device to a server. The server is working properly with iOS devices and follows a SCEP procedure with OpenSSL . So here is my problem : I can send the signed enveloped CSR but the server can't read the enveloped CSR. I have the following error from the server : pki.rb:26:in initialize: Could not parse the PKCS7: header too long (ArgumentError) Related ruby server code : #receive object and put it in object data [...] # Verify

Programmatically verify an MDM profile (configuration) has been successfully pushed to an iOS device?

此生再无相见时 提交于 2019-12-09 07:28:33
问题 I am writing an iOS client app that sends a request to a server who turns around and requests that an updated configuration profile be pushed to my device via external MDM (AirWatch). I believe the profile shows up in Settings -> General -> Profiles . When the MDM finishes processing the profile push (sent or queued, I'm not sure), it responds to the calling server saying 'yes the profile was pushed' who echoes that response to my client app. The problem is that it takes about 30 seconds for