Skip to content

Instantly share code, notes, and snippets.

@ygini
Last active March 18, 2024 16:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ygini/cf6472a4f81b8d8f9a91fdcba9069725 to your computer and use it in GitHub Desktop.
Save ygini/cf6472a4f81b8d8f9a91fdcba9069725 to your computer and use it in GitHub Desktop.
Usual config for Zoom with SSO
<dict>
<key>PayloadContent</key>
<dict>
<key>us.zoom.config</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>ZAutoSSOLogin</key>
<true />
<key>ZSSOHost</key>
<string>abelionni.zoom.us</string>
<key>login_domain</key>
<string>abelionni.com</string>
<key>DisableLoginWithEmail</key>
<true />
<key>ZAutoUpdate</key>
<true />
<key>nofacebook</key>
<string>1</string>
<key>nogoogle</key>
<string>1</string>
<key>ZDisableVideo</key>
<true />
<key>ZAutoJoinVoip</key>
<true />
<key>MuteVoipWhenJoin</key>
<true />
<key>ZDualMonitorOn</key>
<true />
<key>ZAutoFitWhenViewShare</key>
<true />
<key>ZAutoFullScreenWhenViewShare</key>
<true />
<key>ZUse720PByDefault</key>
<false />
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true />
<key>PayloadIdentifier</key>
<string>us.zoom.usual.config</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>bc40487f-b901-497d-b55b-8219b55e0c1b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment