Add the Service Principal as a case admin:
-
The Service Principal requires one last permission in order to be able to retrieve values from the Security and COmpliance center cmdlets. Run the following PowerShell command to add it as a case admin:
+The Service Principal requires one last permission in order to be able to retrieve values from the Security and Compliance center cmdlets. Run the following PowerShell command to add it as a case admin:
@@ -353,6 +357,10 @@ From the Export-M365DSCConfiguration GUI the following fields should be used:
{ align=center width=500 }
+## Teams Permissions
+
+When using Service Principals to authenticate against Teams, you have to make sure the correct permissions are configured. Besides the permissions specified in the resource documentation, the service principal also needs to get added to the Teams Administrator role in Entra ID. For more information on App-Only authentication with Teams, check here.
+
## Using Authentication in DSC configurations
See the next chapter to see how to use the Authentication options in DSC configurations