what are you guys/gals doing with the 'secure token' popup ?
I don't have FV2 enabled and AD users are getting the popup, so we have them select 'bypass'.
i created a configuration profile, using the custom settings payload i added this .plist file (com.apple.MCX as preference domain
)
<?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>cachedaccounts.askForSecureTokenAuthBypass</key>
<true/>
</dict>
</plist>