Skip to content

Commit e7f506e

Browse files
authored
Added Notes based on real world experiences.
Added a Note. Issue from: https://github.com/MicrosoftDocs/office-docs-powershell/issues/147
1 parent 488ab72 commit e7f506e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

teams/teams-ps/teams/Connect-MicrosoftTeams.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,12 @@ Accept wildcard characters: False
267267
268268
## NOTES
269269
270+
Tips for troubleshooting:
271+
1. Confirm SAML 2.0 is being used.
272+
IDP is outputting invalid SAML information. Needs to have SAML 2.0 vs. SAML 1.0 for the module to connect.
273+
You might experience an error if the Identity Provider (IDP) only allows the use of SAML1.0 when trying to auth via basic authentication.
274+
Which in turn, isn't expected to work because the cmdlet expects either OAUTH2 (which is used when doing just connect-microsofteams), or SAML2.0.
275+
2. Confirm you have the latest version of the cmdlet. You can find the version by running: `get-module -listavailable` and then looking for the MicrosoftTeams name and the version to the left of it.
276+
270277
## RELATED LINKS
271278

0 commit comments

Comments
 (0)