Non-interactive Enrollment

(imported topic written by varaway)

hi @ALL

@
BenKus
you have updated this article:

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/Custom%20URL%20Scheme

Non-interactive Enrollment

This custom URL scheme is used when the Server is in “Password” or “PIN” mode, and is used to submit the information to the server and enroll the user with no interaction. Note that the enrollment server must generate a valid PIN before this custom url scheme can be used (and thus this custom URL scheme would only work if some backend customization was done to pre-enroll devices). The format is:

bigfix://enroll?server=URL&pin=PIN

  • server: URL of the MDM server, e.g. mdm.mycomany.com (required)
  • pin: pin code which the server will use to identify the device/user during the process of enrollment. Note that the format of the pin is defined by the MDM admin. (required)

Please note that if any of the fields is missing, the process will fail.

My question is:

“and thus this custom URL scheme would only work if some backend customization was done to pre-enroll devices”

Which customization to you mean???

Where are the PIN stored on the MDM Extender server?

Can I create one PIN and register for eg 10 iOS devices with one PIN??? To use the same URL “bigfix://enroll?server=URL&pin=PIN”?

Please for help.

Thanks Andi