Hey guys.
I have a website we use that asks for a client certificate from the users. I'd like to auto-accept it in Safari and are pushing these custom settings with the SCEP certificate, but it wont work in Safari. We are using this documentation and it works for the TENANT.vmwareidentity.eu.
I can get Google Chrome to auto-select the certificate.
This is the custom code that I'm pushing
<dict>
<key>Name</key>
<string>WEBSITE HERE</string>
<key>PayloadCertificateUUID</key>
<string>UUIDHERE</string>
<key>PayloadUUID</key>
<string>UUIDHERE</string>
<key>PayloadType</key>
<string>com.apple.security.identitypreference</string>
<key>PayloadDisplayName</key>
<string>Identity Pref</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.apple.security.identitypreference</string>
</dict>
Any ideas, workarounds, etc. are greatly appreciated.