Skip to content

Commit 3ec1d0a

Browse files
committed
feedback-pr
1 parent 3b519cd commit 3ec1d0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/active-directory/develop/tutorial-v2-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this tutorial:
3838

3939
## How this tutorial works
4040

41-
![Shows how the sample app generated by this tutorial works.](./media/guidedsetup-android-intro/android-intro.svg)
41+
![Screenshot of how the sample app generated by this tutorial works.](./media/guidedsetup-android-intro/android-intro.svg)
4242

4343
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.
4444

articles/active-directory/develop/tutorial-v2-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial:
2626
> - Create an iOS or macOS app project in _Xcode_
2727
> - Register the app in the Azure portal
2828
> - Add code to support user sign-in and sign-out
29-
> - Add code to call t
29+
> - Add code to call the Microsoft Graph API
3030
> - Test the app
3131
3232
## Prerequisites
@@ -35,7 +35,7 @@ In this tutorial:
3535

3636
## How tutorial app works
3737

38-
![Shows how the sample app generated by this tutorial works.](./media/guidedsetup-ios-introduction/iosintro.svg)
38+
![Screenshot of how the sample app generated by this tutorial works.](./media/guidedsetup-ios-introduction/iosintro.svg)
3939

4040
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.
4141

articles/active-directory/develop/tutorial-v2-windows-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In this tutorial:
3939

4040
## How the sample app generated by this guide works
4141

42-
![Shows how the sample app generated by this tutorial works](./media/guidedsetup-windesktop-intro/windesktophowitworks.svg)
42+
![Screenshot of how the sample app generated by this tutorial works](./media/guidedsetup-windesktop-intro/windesktophowitworks.svg)
4343

4444
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.
4545

0 commit comments

Comments
 (0)