Skip to content

Commit 4b4c899

Browse files
Merge pull request #42376 from Chris-Johnston/patch-1
Update misworded table headers in MSAL.NET Client app guide
2 parents 5c88519 + 589b936 commit 4b4c899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/msal-net-initializing-client-applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In the code snippets using application builders, a number of `.With` methods can
9898

9999
The modifiers you can set on a public client or confidential client application builder are:
100100

101-
|Parameter | Description|
101+
|Modifier | Description|
102102
|--------- | --------- |
103103
|`.WithAuthority()` 7 overrides | Sets the application default authority to an Azure AD authority, with the possibility of choosing the Azure Cloud, the audience, the tenant (tenant ID or domain name), or providing directly the authority URI.|
104104
|`.WithAdfsAuthority(string)` | Sets the application default authority to be an ADFS authority.|
@@ -117,15 +117,15 @@ The modifiers you can set on a public client or confidential client application
117117

118118
The modifiers you can set on a public client application builder on Xamarin.iOS are:
119119

120-
|Parameter | Description|
120+
|Modifier | Description|
121121
|--------- | --------- |
122122
|`.WithIosKeychainSecurityGroup()` | **Xamarin.iOS only**: Sets the iOS key chain security group (for the cache persistence).|
123123

124124
### Modifiers specific to confidential client applications
125125

126126
The modifiers you can set on a confidential client application builder are:
127127

128-
|Parameter | Description|
128+
|Modifier | Description|
129129
|--------- | --------- |
130130
|`.WithCertificate(X509Certificate2 certificate)` | Sets the certificate identifying the application with Azure AD.|
131131
|`.WithClientSecret(string clientSecret)` | Sets the client secret (app password) identifying the application with Azure AD.|

0 commit comments

Comments
 (0)