Im testing Jamf/Entra Device Compliance. Everything is working as expected (Smart Groups, compliant/non-compliant criteria, Entra/Intune connector, etc). Now its time to focus on the actual registration workflow and policy logic to make it as painless as possible for my users.
Does anyone have a customize workflow that improves the registration user experience? Popping up the Company Portal auth UI is not an elegant way to register our employees.
🙏🏻
Solved
Ideas on how to improve the Jamf/Entra Device Compliance registration user experience?
Best answer by dortmund50
You won't have many options for registering devices in Entra.
However, what might help is to simplify the registration process a bit. To do this, I created an additional config profile and enabled WkWebView using the following instructions:
Here's what my configuration looks like:
Custom Settings Payload → Preference Domain field: com.jamf.management.jamfAAD
<?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>disableUPNLoginHint</key>
<true/>
<key>useWKWebView</key>
<true/>
</dict>
</plist>
Maybe that helps a bit :)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
