Skip to content

Commit dc67d1d

Browse files
committed
Merge branch 'freshness-auth-library' of https://github.com/msewaweru/microsoft-graph-docs into freshness-auth-library
2 parents 1f1b644 + f44d9ee commit dc67d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/migrate-azure-ad-graph-authentication-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When you switch your app over to MSAL, you need to make a few changes, including
4242
var scopes = new string[] { "https://graph.microsoft.com/.default" };
4343
```
4444

45-
This expression restricts the permission scopes to those configured during the application's registration in the Microsoft Entra admin center, preventing existing users from needing to re-consent to your app.
45+
This expression restricts the permission scopes to those configured on the app registration in the Microsoft Entra admin center, preventing existing users from needing to re-consent to your app.
4646

4747
Learn [.NET client library](migrate-azure-ad-graph-client-libraries.md) differences between Azure Active Directory (Azure AD) Graph and Microsoft Graph.
4848

0 commit comments

Comments
 (0)