You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/includes/guidedsetup-windesktop-test.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ ms.custom: include file
22
22
23
23
To run your project, in Visual Studio, select **F5**. Your application **MainWindow** is displayed, as shown here:
24
24
25
-

25
+

26
26
27
27
The first time that you run the application and select the **Call Microsoft Graph API** button, you're prompted to sign in. Use an Azure Active Directory account (work or school account) or a Microsoft account (live.com, outlook.com) to test it.
28
28
@@ -32,7 +32,7 @@ The first time that you run the application and select the **Call Microsoft Grap
32
32
33
33
The first time that you sign in to your application, you're also prompted to provide consent to allow the application to access your profile and sign you in, as shown here:
34
34
35
-

35
+

Copy file name to clipboardExpand all lines: articles/active-directory/develop/tutorial-v2-android.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ In this tutorial:
38
38
39
39
## How this tutorial works
40
40
41
-

41
+

42
42
43
43
The app in this tutorial signs in users and get data on their behalf. This data is accessed through a protected API (Microsoft Graph API) that requires authorization and is protected by the Microsoft identity platform.
Copy file name to clipboardExpand all lines: articles/active-directory/develop/tutorial-v2-ios.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In this tutorial:
26
26
> - Create an iOS or macOS app project in _Xcode_
27
27
> - Register the app in the Azure portal
28
28
> - Add code to support user sign-in and sign-out
29
-
> - Add code to call the Microsoft Graph API
29
+
> - Add code to call t
30
30
> - Test the app
31
31
32
32
## Prerequisites
@@ -35,7 +35,7 @@ In this tutorial:
35
35
36
36
## How tutorial app works
37
37
38
-

38
+

39
39
40
40
The app in this tutorial can sign in users and get data from Microsoft Graph on their behalf. This data is accessed via a protected API (Microsoft Graph API in this case) that requires authorization and is protected by the Microsoft identity platform.
41
41
@@ -155,7 +155,7 @@ The only value you modify is the value assigned to `kClientID` to be your [Appli
155
155
156
156
Add a new keychain group to your project **Signing & Capabilities**. The keychain group should be `com.microsoft.adalcache` on iOS and `com.microsoft.identity.universalstorage` on macOS.
157
157
158
-

158
+

Copy file name to clipboardExpand all lines: articles/active-directory/develop/tutorial-v2-javascript-spa.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ sampleApp/
55
55
56
56
## How the sample app works
57
57
58
-

58
+

59
59
60
60
The application that you create in this tutorial enables a JavaScript SPA to query the Microsoft Graph API. This querying can also work for a web API that's set up to accept tokens from the Microsoft identity platform. After the user signs in, the SPA requests an access token and adds it to the HTTP requests through the authorization header. The SPA will use this token to acquire the user's profile and emails via the Microsoft Graph API.
61
61
@@ -556,19 +556,19 @@ Now that you've set up the code, you need to test it:
556
556
557
557
After the browser loads your *index.html* file, select **Sign In**. You're prompted to sign in with the Microsoft identity platform.
558
558
559
-
:::image type="content" source="./media/develop-guidedsetup-javascriptspa-test/javascript-spa-screenshot-v2.png" alt-text="Screenshot that shows the JavaScript SPA account sign-in window." :::
559
+
:::image type="content" source="media/guidedsetup-javascriptspa-test/javascript-spa-screenshot-v2.png" alt-text="Screenshot that shows the JavaScript SPA account sign-in window." :::
560
560
561
561
### Provide consent for application access
562
562
563
563
The first time that you sign in to your application, you're prompted to grant it access to your profile and sign you in. Select **Accept** to continue.
564
564
565
-
:::image type="content" source="./media/develop-guidedsetup-javascriptspa-test/javascript-spa-consent-v2.png" alt-text="Screenshot that shows the window where the app requests permissions." :::
565
+
:::image type="content" source="./media/guidedsetup-javascriptspa-test/javascript-spa-consent-v2.png" alt-text="Screenshot that shows the window where the app requests permissions." :::
566
566
567
567
### View application results
568
568
569
569
After you sign in, you can select **Read More** under your displayed name. Your user profile information is returned in the displayed Microsoft Graph API response.
570
570
571
-
:::image type="content" source="./media/develop-guidedsetup-javascriptspa-test/javascript-spa-results-v2.png" alt-text="Screenshot that shows the expected results from the Microsoft Graph API call." :::
571
+
:::image type="content" source="./media/guidedsetup-javascriptspa-test/javascript-spa-results-v2.png" alt-text="Screenshot that shows the expected results from the Microsoft Graph API call." :::
572
572
573
573
### More information about scopes and delegated permissions
Copy file name to clipboardExpand all lines: articles/active-directory/develop/tutorial-v2-windows-desktop.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ In this tutorial:
39
39
40
40
## How the sample app generated by this guide works
41
41
42
-

42
+

43
43
44
44
The sample application that you create with this guide enables a Windows Desktop application that queries the Microsoft Graph API or a web API that accepts tokens from a Microsoft identity-platform endpoint. For this scenario, you add a token to HTTP requests via the Authorization header. The Microsoft Authentication Library (MSAL) handles token acquisition and renewal.
0 commit comments