Skip to content

Commit 00bf006

Browse files
authored
PR review edit
1 parent 695af3a commit 00bf006

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()](/dotnet/api/microsoft.identity.client.abstractapplicationbuilder-1.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.|
100+
|[`.WithAuthority()`](/dotnet/api/microsoft.identity.client.abstractapplicationbuilder-1.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)