Skip to content

Commit 2648516

Browse files
authored
Update mobile-app-quickstart-portal-ios.md
1 parent ccee990 commit 2648516

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/active-directory/develop/mobile-app-quickstart-portal-ios.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
2626
>
2727
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2828
29-
> [!div renderon="portal" class="sxs-lookup display-on-portal"]
29+
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
3030
> # Quickstart: Sign in users and call the Microsoft Graph API from an iOS or macOS app
3131
>
3232
> In this quickstart, you download and run a code sample that demonstrates how a native iOS or macOS application can sign in users and get an access token to call the Microsoft Graph API.
@@ -47,16 +47,18 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
4747
> #### Step 1: Configure your application
4848
> For the code sample in this quickstart to work, add a **Redirect URI** compatible with the Auth broker.
4949
>
50-
> <button id="makechanges" class="nextstepaction" class="configure-app-button"> Make this change for me </button>
50+
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
5151
>
5252
> > [!div id="appconfigured" class="alert alert-info"]
5353
> > ![Already configured](media/quickstart-v2-ios/green-check.png) Your application is configured with these attributes
5454
>
5555
> #### Step 2: Download the sample project
5656
>
57-
> <a href='https://github.com/Azure-Samples/active-directory-ios-swift-native-v2/archive/master.zip'><button id="downloadsample" class="downloadsample_ios">Download the code sample for iOS</button></a>
58-
>
59-
> <a href='https://github.com/Azure-Samples/active-directory-macOS-swift-native-v2/archive/master.zip'><button id="downloadsample" class="downloadsample_ios">Download the code sample for macOS</button></a>
57+
> > [!div class="nextstepaction"]
58+
> > <button id="downloadsample_ios" class="download-sample-button">Download the code sample for iOS</button>
59+
>
60+
> > [!div class="nextstepaction"]
61+
> > <button id="downloadsample_macos" class="download-sample-button">Download the code sample for macOS</button>
6062
>
6163
> #### Step 3: Install dependencies
6264
>
@@ -238,4 +240,4 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
238240
> Move on to the step-by-step tutorial in which you build an iOS or macOS app that gets an access token from the Microsoft identity platform and uses it to call the Microsoft Graph API.
239241
>
240242
> > [!div class="nextstepaction"]
241-
> > [Tutorial: Sign in users and call Microsoft Graph from an iOS or macOS app](tutorial-v2-ios.md)
243+
> > [Tutorial: Sign in users and call Microsoft Graph from an iOS or macOS app](tutorial-v2-ios.md)

0 commit comments

Comments
 (0)