Hi,
After following this documentation, as well as enabling and configuring the “Enable Apple Silicon Patching” worklet (with the correct admin credentials) I have been unsuccessful in my attempts to remediate the `_automoxserviceaccount` SecureToken authorization.
- First I tried sudo /usr/local/bin/amagent --adminuser '<admin_username>' --adminpass '<admin_password>' but received:
- ENABLE Automox service
account given account not found - I tried this remotely (via mdm) and locally, same result.
- I confirmed that _automoxserviceaccount exists at /Local/Users/_automoxserviceaccount
- The admin user has SecureToken enabled
- ENABLE Automox service
- Then I tried the supplied automox worklet “Enable Apple Silicon Patching”
- I supplied the same valid as variables in the worklet:
- SECURE_TOKEN_ACCOUNT="_automoxserviceaccount"
SECURE_TOKEN_ADMIN_USER="<Admin user>"
SECURE_TOKEN_ADMIN_PASSWORD="<Admin Password>" - This did not use the supplied creds and instead prompted the logged in user to enter their password. Upon entering the password on the device, it enabled Secure Token
- SECURE_TOKEN_ACCOUNT="_automoxserviceaccount"
- I supplied the same valid as variables in the worklet:
I’m trying to avoid prompting end users for credentials. Am I missing something?
Thank you.