Last active
March 18, 2024 16:42
-
-
Save ygini/cf6472a4f81b8d8f9a91fdcba9069725 to your computer and use it in GitHub Desktop.
Usual config for Zoom with SSO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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