I wanted to share my configuration XML for those wanting to rollout zoom to IOS and lock it down.
I am working through Zoom's documentation here:
Using MDM to configure Zoom on iOS
The following is the configuration I used:
<dict> <key>SetSSOURL</key> <string>yourdomain</string> <key>SetEmailDomainsRestrictedToLogin</key> <string>yourdomain.org</string> <key>ForceLoginWithSSO</key> <integer>1</integer> </dict>