Skip to content

Commit 35d3228

Browse files
authored
[issue] Fixing - improve guidance for authority URI
1 parent a613b7f commit 35d3228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-client-application-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Using MSAL in your code, you specify the audience by using one of the following
8787

8888
MSAL will throw a meaningful exception if you specify both the Azure AD authority audience and the tenant ID.
8989

90-
If you don't specify an audience, your app will target Azure AD and personal Microsoft accounts as an audience. (That is, it will behave as though `common` were specified.)
90+
If you don't specify an audience, your app will target Azure AD and personal Microsoft accounts as an audience. (That is, it will behave as though `common` were specified.) If there is a possibility that the tenant that the application is deployed on will have external users, the `common` and `organization` endpoints should be avoided.
9191

9292
### Effective audience
9393

0 commit comments

Comments
 (0)