Skip to content

Commit 4d593ba

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
PR review feedback
1 parent 313ddd3 commit 4d593ba

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed
110 KB
Loading
Binary file not shown.

articles/active-directory/develop/shared-device-mode.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ ms.reviwer: hahamil
1717
ms.custom: aaddev, identityplatformtop40
1818
ms.collection: M365-identity-device-management
1919
---
20+
21+
# Shared device mode for Android devices
22+
2023
> [!NOTE]
2124
> This feature is in public preview.
2225
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2326
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2427
25-
# Shared device mode for Android devices
26-
2728
Firstline workers, such as retail associates, flight crew members, and field service workers, often use a shared mobile device to do their work. That becomes problematic when they start sharing passwords or pin numbers to access customer and business data on the shared device.
2829

2930
Shared device mode allows you to configure an Android device so that it can be easily shared by multiple employees. Employees can sign in and access customer information quickly. When they are finished with their shift or task, they can sign out of the device and it will be immediately ready for the next employee to use.
@@ -106,4 +107,4 @@ The following diagram shows the overall app lifecycle and common events that may
106107

107108
## Next steps
108109

109-
See the [shared device sign-out sample](https://github.com/brandwe/GlobalSignoutSample) for shared device mode app example code that shows how to write a firstline worker app that runs on a shared mode Android device.
110+
Try the [Use shared-device mode in your Android application](tutorial-v2-shared-device-mode.md) tutorial that shows how to run a firstline worker app on a shared mode Android device.

articles/active-directory/develop/tutorial-v2-shared-device-mode.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ ms.reviewer: brandwe
1818
ms.custom: aaddev, identityplatformtop40
1919
ms.collection: M365-identity-device-management
2020
---
21+
22+
# Tutorial: Use shared-device mode in your Android application
23+
2124
> [!NOTE]
2225
> This feature is in public preview.
2326
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2427
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2528
26-
# Tutorial: Use shared-device mode in your Android application
27-
2829
## Developer guide
2930

3031
This guide provides developer guidance to implement shared-device mode in an Android application using the Microsoft Authentication Library (MSAL). See the [MSAL Android tutorial](https://docs.microsoft.com/azure/active-directory/develop/tutorial-v2-android) to see how to integrate MSAL with your Android app, sign in a user, call Microsoft graph, and sign out a user.
@@ -209,7 +210,7 @@ For information on how to do this, refer to [Register your application](https://
209210
> When you register your app, please use the quickstart guide on the left-hand side and then select **Android**. This will lead you to a page where you'll be asked to provide the **Package Name** and **Signature Hash** for your app. These are very important to ensure your app configuration will work. You'll then receive a configuration object that you can use for your app that you'll cut and paste into your auth_config.json file.
210211

211212
![App registration screen](media/tutorial-v2-shared-device-mode/register-app.png)
212-
You should select **Make this change for me** and then provide the values the QuickStart asks for in the Azure portal. When that's done, we will generate all the configuration files you need.
213+
You should select **Make this change for me** and then provide the values the quickstart asks for in the Azure portal. When that's done, we will generate all the configuration files you need.
213214

214215
![App config info screen](media/tutorial-v2-shared-device-mode/config-info.png)
215216

@@ -253,6 +254,8 @@ The device is now in shared mode.
253254

254255
Once you’ve put a device in shared-mode, it becomes known to your organization and is tracked in your organizational tenant. You can view your shared devices by looking at the **Join Type** in the Azure Active Directory blade of your Azure portal.
255256

257+
![All devices blade in the Azure portal](media/tutorial-v2-shared-device-mode/registered-device-screen.png)
258+
256259
## Running the sample app
257260

258261
The Sample Application is a simple app that will call the Graph API of your organization. n first run you’ll be prompted to consent as the application is new to your employee account.

0 commit comments

Comments
 (0)