Skip to content

Commit daa6e96

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent a4ec5c4 commit daa6e96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Connect-MicrosoftTeams -CertificateThumbprint "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
102102
### Example 5: Connect to MicrosoftTeams using Application-based Access Tokens
103103
This example demonstrates how to authenticate with an application using Access Tokens. Access Tokens can be retrieved via the login.microsoftonline.com endpoint. It requires two Access Tokens – “MS Graph” and “Skype and Teams Tenant Admin API” resources.
104104

105-
Application-based authentication has been reintroduced in preview with version 4.7.1-preview. For details and supported cmdlets, please see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
105+
Application-based authentication has been reintroduced in preview with version 4.7.1-preview. For details and supported cmdlets, see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
106106

107107
```powershell
108108
$ClientSecret = "…"
@@ -172,9 +172,9 @@ [email protected] AzureCloud xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx xxxxx
172172
### AccessTokens
173173
Specifies access tokens for "MS Graph" and "Skype and Teams Tenant Admin API" resources. Both the tokens used should be of the same type.
174174

175-
(a) Application-based authentication has been reintroduced in preview with version 4.7.1-preview. For details and supported cmdlets, please see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
175+
- Application-based authentication has been reintroduced in preview with version 4.7.1-preview. For details and supported cmdlets, see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
176176

177-
(b) Delegated flow - The following steps must be performed by Tenant Admin in the Azure portal when using your own application.
177+
- Delegated flow - The following steps must be performed by Tenant Admin in the Azure portal when using your own application.
178178

179179
Steps to configure the AAD application.
180180
1. Go to Azure portal and go to App Registrations.
@@ -234,7 +234,7 @@ Accept wildcard characters: False
234234
### -ApplicationId
235235
Specifies the application ID of the service principal that is used in application-based authentication.
236236
237-
This parameter has been reintroduced in preview with version 4.7.1-preview. For more information about Application-based authentication and supported cmdlets, please see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
237+
This parameter has been reintroduced in preview with version 4.7.1-preview. For more information about Application-based authentication and supported cmdlets, see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
238238
239239
```yaml
240240
Type: String
@@ -250,7 +250,7 @@ Accept wildcard characters: False
250250
### -CertificateThumbprint
251251
Specifies the certificate thumbprint of a digital public key X.509 certificate of an application that has permission to perform this action.
252252
253-
This parameter has been reintroduced in preview with version 4.7.1-preview. For more information about Application-based authentication and supported cmdlets, please see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
253+
This parameter has been reintroduced in preview with version 4.7.1-preview. For more information about Application-based authentication and supported cmdlets, see [Application-based authentication in Teams PowerShell Module](/MicrosoftTeams/teams-powershell-application-authentication).
254254
255255
```yaml
256256
Type: String

0 commit comments

Comments
 (0)