Discover account-driven User Enrollment

RSS for tag

Discuss the WWDC21 session Discover account-driven User Enrollment.

Posts under wwdc21-10136 tag

7 Posts

Post

Replies

Boosts

Views

Activity

Account driven UserEnrollment - Device info request body parsing issue
We are trying out Account Driven User Enrollment feature. Device is expected to send the device info(plist) (snippet below) during User enrolment in new flow as part of profile download request. Device is sending with HTTP request content type as "application/x-www-form-urlencoded", because of this HTTP request content type, we are not able to read the body as stream of bytes and parse the xml. In comparison to usual device enrolment workflow device info gets posted with the http request content-type  as "application/pkcs7-signature" which has been working fine without any issues. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LANGUAGE</key> <string>en-US</string> <key>PRODUCT</key> <string>iPhone10,2</string> <key>VERSION</key> <string>19A222</string> </dict> </plist> Can you please confirm if this is an issue from Apple side? Any suggestions around this?
1
0
939
Aug ’23
How to create an app with users see just their own thing?
Hi, Im really new to programming, but on a short period of time I have managed to learn a lot, but Im struggling with 1 thing! I'm currently creating a app which allows companys to give me a discount code which I will display for all students in my app. But the problem is that in my app, whenever a user logs in, then they see everything that a different user also see's. And if I use one of the coupons then its used for everyone... Can someone help me to understand how I can make every user special so that they just see their own coupons?
0
0
497
Apr ’22
New iPhone 13 with unknown links
I’m trying to get the IP address off the unknown links that appears on every iPhone I purchase. I use LibTerm from Applications, enter cd // , then LS -LT and see the first 3 lines display a link of etc->private/etc, tmp->private/tmp and var->private/var. I’ve found programming with names known in the corporate world focused on Python. I need the IP address for these links. These links run over stream. My permission and rights are compromised. -Steve-W
0
0
469
Jan ’22
Account Driven User Enrollment with JamfPro
I'm using JamfPro Cloud to try out the new Enrollment Flow "Account Driven User Enrollment". I have one domain exsample.com. After authenticating that domain with ABM, I created one user. Then I built apache as a web server for that domain. I set it to be accessible via https and set the JamfPro cloud Enroll URI with ".well-known/com.apple.remotemanagement" as JSON. Then I tried signing in with an exsample.com ABM user from settings> general> VPN and Device Management on my iPhone, and when I ran the apachetop command on the target server and confirmed the request to ".well-known/com. apple.remotemaagement". But then I get the following error: "Your Apple ID does not hae proper privillages to perfom this action" Does this Enrollment Flow assume that the MDM server is on-premise? What's missing in our settings?
0
0
833
Oct ’21
Account driven UserEnrollment - Device info request body parsing issue
We are trying out Account Driven User Enrollment feature. Device is expected to send the device info(plist) (snippet below) during User enrolment in new flow as part of profile download request. Device is sending with HTTP request content type as "application/x-www-form-urlencoded", because of this HTTP request content type, we are not able to read the body as stream of bytes and parse the xml. In comparison to usual device enrolment workflow device info gets posted with the http request content-type  as "application/pkcs7-signature" which has been working fine without any issues. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LANGUAGE</key> <string>en-US</string> <key>PRODUCT</key> <string>iPhone10,2</string> <key>VERSION</key> <string>19A222</string> </dict> </plist> Can you please confirm if this is an issue from Apple side? Any suggestions around this?
Replies
1
Boosts
0
Views
939
Activity
Aug ’23
How to create an app with users see just their own thing?
Hi, Im really new to programming, but on a short period of time I have managed to learn a lot, but Im struggling with 1 thing! I'm currently creating a app which allows companys to give me a discount code which I will display for all students in my app. But the problem is that in my app, whenever a user logs in, then they see everything that a different user also see's. And if I use one of the coupons then its used for everyone... Can someone help me to understand how I can make every user special so that they just see their own coupons?
Replies
0
Boosts
0
Views
497
Activity
Apr ’22
How long does it take to process the developer enrollment?
I enrolled a 3 moths ago and my account still says Your enrollment is being processed. my account is company account from Saudi arabia, Enrollment ID: A8367NZ7R7 How long does this process usually take?
Replies
3
Boosts
0
Views
2.4k
Activity
Mar ’22
Can’t sign in
Hi guys i want to create a developer account but it doesn't work because it says that I have to contact support Need help Maik
Replies
0
Boosts
0
Views
426
Activity
Feb ’22
New iPhone 13 with unknown links
I’m trying to get the IP address off the unknown links that appears on every iPhone I purchase. I use LibTerm from Applications, enter cd // , then LS -LT and see the first 3 lines display a link of etc->private/etc, tmp->private/tmp and var->private/var. I’ve found programming with names known in the corporate world focused on Python. I need the IP address for these links. These links run over stream. My permission and rights are compromised. -Steve-W
Replies
0
Boosts
0
Views
469
Activity
Jan ’22
Account Driven User Enrollment with JamfPro
I'm using JamfPro Cloud to try out the new Enrollment Flow "Account Driven User Enrollment". I have one domain exsample.com. After authenticating that domain with ABM, I created one user. Then I built apache as a web server for that domain. I set it to be accessible via https and set the JamfPro cloud Enroll URI with ".well-known/com.apple.remotemanagement" as JSON. Then I tried signing in with an exsample.com ABM user from settings> general> VPN and Device Management on my iPhone, and when I ran the apachetop command on the target server and confirmed the request to ".well-known/com. apple.remotemaagement". But then I get the following error: "Your Apple ID does not hae proper privillages to perfom this action" Does this Enrollment Flow assume that the MDM server is on-premise? What's missing in our settings?
Replies
0
Boosts
0
Views
833
Activity
Oct ’21