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/shared-device-mode.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,14 @@ ms.reviwer: hahamil
17
17
ms.custom: aaddev, identityplatformtop40
18
18
ms.collection: M365-identity-device-management
19
19
---
20
+
21
+
# Shared device mode for Android devices
22
+
20
23
> [!NOTE]
21
24
> This feature is in public preview.
22
25
> 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.
23
26
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24
27
25
-
# Shared device mode for Android devices
26
-
27
28
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.
28
29
29
30
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
106
107
107
108
## Next steps
108
109
109
-
See the [shared device sign-out sample](https://github.com/brandwe/GlobalSignoutSample) for shared devicemode 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.
Copy file name to clipboardExpand all lines: articles/active-directory/develop/tutorial-v2-shared-device-mode.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,14 @@ ms.reviewer: brandwe
18
18
ms.custom: aaddev, identityplatformtop40
19
19
ms.collection: M365-identity-device-management
20
20
---
21
+
22
+
# Tutorial: Use shared-device mode in your Android application
23
+
21
24
> [!NOTE]
22
25
> This feature is in public preview.
23
26
> 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.
24
27
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25
28
26
-
# Tutorial: Use shared-device mode in your Android application
27
-
28
29
## Developer guide
29
30
30
31
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://
209
210
> 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 **PackageName** and **SignatureHash**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.
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.
213
214
214
215

215
216
@@ -253,6 +254,8 @@ The device is now in shared mode.
253
254
254
255
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.
255
256
257
+

258
+
256
259
## Running the sample app
257
260
258
261
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