Forum Discussion
Robbert van Andel
Feb 06, 2018Brass Contributor
Connect-MicrosoftTeams Errors
I have a powershell script that automatically creates a group when someone creates a SharePoint list item. Now, I want to set it up to create a Team instead. I'm running the following code trying to...
Robbert van Andel
Feb 12, 2018Brass Contributor
I ended up opening a ticket with Microsoft. It turns out that my organization's Ping sign in system doesn't support SAML 2.0, which the Teams PowerShell API requires. We will need to upgrade to be able to do what I'm attempting to do.
Bryan Wells
Feb 14, 2018Copper Contributor
More specifically, can anyone confirm if the entire protocol needs to be SAML 2.0, or just the token? Since PowerShell seems to be using the WS-Trust flow for Teams, would changing the token to SAML 2.0 (it defaults to 1.0) be sufficient?