Hello,
We have our website hosted on HubSpot with the Designly Theme, and with the new IOS update, we need to create a JSON file on our website. This is the information I have been given by our system admins and what they need:
Configuring Account Driven User Enrollment
Account driven user enrollment is anchored by publishing a JSON file that contains information about the Intune tenant the device will be enrolled in. Upon entering Entra ID credentials to initiate Intune enrollment, the device looks at the domain name that is derived from the user’s credentials and then searches for the JSON file. Once the tenant has been identified, the enrollment process is launched.
Here are the steps to configure account driven user enrollment:
Create a JSON file
If you are not well versed in creating and managing web sites, publishing a JSON file may seem foreign to you. In this case, ask the developers of the company website to perform the steps below:
- Set up and publish an HTTP well-known resource file on the same domain that employees sign into
- Set the content type to application/JSON
- Publish the file on a domain that can handle HTTP GET requests
- Use the following format:
- {“Servers”:[{“Version”:“mdm-byod”, “BaseURL”:“https://manage.microsoft.com/EnrollmentServer/PostReportDeviceInfoForUEV2?aadTenantId=YourAADTenantID”}]}
- Make sure to replace YourAADTenantID with the ID of your tenant (This can be found at https://entra.microsoft.com > Overview).
- {“Servers”:[{“Version”:“mdm-byod”, “BaseURL”:“https://manage.microsoft.com/EnrollmentServer/PostReportDeviceInfoForUEV2?aadTenantId=YourAADTenantID”}]}
I went into design manager, but I don’t see a way to add a json file. I also tried pasting the code into the advanced section on our home page, but that just shows up on our page and it didn’t validate.
Any assistance would be wonderful!