Microsoft Teams - User Domain Configuration

jbisgett
Contributor II

Does anyone have a configuration file for macOS and iOS for locking Teams down so that only a specified user domain can login? Attempting to prevent our students from logging in with personal accounts.

2 REPLIES 2

Roanv
New Contributor II

I would love an answer for this as well. I have been going around in circles. I haven't been able to find anything close to fixing this issue.

Roanv
New Contributor II

Might be a good time to communicate the success that we have with App Config by only allowing accounts in our tenent withe the following app config.

<dict>
    <key>IntuneMAMAllowedAccountsOnly</key>
  <string>Enabled</string>
   <key>IntuneMAMUPN</key>
    <string>$EMAIL</string>
</dict>