Skip to content

Commit d0417e0

Browse files
Update msal-net-initializing-client-applications.md
The term "7 overrides" does not fit in the content and I am assuming is a typo
1 parent 16288d8 commit d0417e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The modifiers you can set on a public client or confidential client application
9797

9898
|Modifier | Description|
9999
|--------- | --------- |
100-
|`.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.|
100+
|`.WithAuthority()` | 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.|
101101
|`.WithAdfsAuthority(string)` | Sets the application default authority to be an ADFS authority.|
102102
|`.WithB2CAuthority(string)` | Sets the application default authority to be an Azure AD B2C authority.|
103103
|`.WithClientId(string)` | Overrides the client ID.|

0 commit comments

Comments
 (0)