Skip to content

Commit f44d9ee

Browse files
Update concepts/migrate-azure-ad-graph-authentication-library.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
1 parent 8fe2aca commit f44d9ee

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
@@ -44,7 +44,7 @@ When you switch your app over to MSAL, you need to make a few changes, including
4444
var scopes = new string[] { "https://graph.microsoft.com/.default" };
4545
```
4646

47-
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.
47+
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.
4848

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

0 commit comments

Comments
 (0)