Skip to content

Commit 1f1b644

Browse files
committed
Minor edit for review feedback
1 parent 8fe2aca commit 1f1b644

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: krbash
77
ms.localizationpriority: medium
88
ms.topic: how-to
99
ms.subservice: entra-applications
10-
ms.date: 01/21/2025
10+
ms.date: 01/24/2025
1111
#Customer intent: As a developer, I want to learn what authentication libraries to use, so that I can update my code accordingly as I migrate my app from Azure AD Graph to Microsoft Graph.
1212
---
1313

@@ -24,9 +24,7 @@ Most apps use an authentication library to acquire and manage access tokens to c
2424

2525
If your app still uses ADAL, use a two-stage migration approach:
2626

27-
1. Update your app to acquire access tokens for Microsoft Graph. Continue to use ADAL for this step. Update the **resourceURL**, which holds the URI representing the resource web API, from:
28-
29-
`https://graph.windows.net` to `https://graph.microsoft.com`
27+
1. Update your app to acquire access tokens for Microsoft Graph. Continue to use ADAL for this step. Update the **resourceURL**, which holds the URI representing the resource web API, from `https://graph.windows.net` to `https://graph.microsoft.com`.
3028

3129
Newly acquired tokens have the same scopes after this change, but the audience of the access tokens is now Microsoft Graph.
3230

0 commit comments

Comments
 (0)