Skip to content

Commit 71a9ba7

Browse files
authored
update changes from review
1 parent bee6f9f commit 71a9ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MSAL gives you many ways to get tokens, with a consistent API for many platforms
2424
* No need to directly use the OAuth libraries or code against the protocol in your application.
2525
* Acquires tokens on behalf of a user or application (when applicable to the platform).
2626
* Maintains a token cache and refreshes tokens for you when they're close to expiring. You don't need to handle token expiration on your own.
27-
* Helps you specify which audience you want your application to sign in (your org, several orgs, work, and school and Microsoft personal accounts, social identities with Azure AD B2C, users in sovereign, and national clouds).
27+
* Helps you specify which audience you want your application to sign in. The sign in audience can include personal Microsoft accounts, social identities with Azure AD B2C organizations, work, school, or users in sovereign and national clouds.
2828
* Helps you set up your application from configuration files.
2929
* Helps you troubleshoot your app by exposing actionable exceptions, logging, and telemetry.
3030

0 commit comments

Comments
 (0)