Can't Bypass the Secure Token Window when logging in

iRyan23
New Contributor III

Hi All,

I am working on the workflow for deploying 10.14.5 to our machines and while testing the desktop workflow, keep getting this

e128a491358c4baf85afbfb4373b6aaf

I searched earlier and found the solution of adding a custom config profile with com.apple.MCX as the domain and "<key>cachedaccounts.askForSecureTokenAuthBypass</key> <true/>"

as the main entry in the plist. However, after trying this twice, it still prompts me for a secure token for each user that logs in. Am I missing something?

Thanks

1 ACCEPTED SOLUTION

tomhastings
Contributor II

Could it be a problem with the plist file you uploaded?

I set this as the only payload in a configuration profile and it works great.

5ceaf1a1b6d94ff98abb85dea4d75096

View solution in original post

3 REPLIES 3

tomhastings
Contributor II

Could it be a problem with the plist file you uploaded?

I set this as the only payload in a configuration profile and it works great.

5ceaf1a1b6d94ff98abb85dea4d75096

iRyan23
New Contributor III

This is the content of my plist:

"<?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>"

and here is what it shows in the config profile:

019c15c3cefb45d695223fb8fcbcd548

iRyan23
New Contributor III

And just realized from looking at our screenshots, that I added .plist to the domain. That fixed it. Thanks for the help @tomhastings .