Skip to content

Commit 5c31fe1

Browse files
Update articles/active-directory/develop/msal-android-shared-devices.md
Co-authored-by: Marsh Macy <[email protected]>
1 parent 85d072d commit 5c31fe1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory/develop/msal-android-shared-devices.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ If you're writing an app that will only be used for frontline workers using a sh
9090

9191
If your application is running in multiple-account mode, and an administrator puts the device in shared device mode, all of the accounts on the device are cleared from the application and the application transitions to single-account mode.
9292

93-
## Which Microsoft applications support Azure AD Shared mode?
93+
## Microsoft applications that support shared device mode
9494

95-
Teams and Managed Home Screen support Azure AD shared device mode. For an application to support Azure AD Shared mode, it must integrate with Azure AD’s MSAL library.
95+
These Microsoft applications support Azure AD's shared device mode:
9696

97+
* [Microsoft Teams](/microsoftteams/platform/)
98+
* [Microsoft Managed Home Screen](/mem/intune/apps/app-configuration-managed-home-screen-app) app for Android Enterprise
9799
## Shared device sign-out and the overall app lifecycle
98100

99101
When a user signs out, you'll need to take action to protect the privacy and data of the user. For example, if you're building a medical records app you'll want to make sure that when the user signs out previously displayed patient records are cleared. Your application must be prepared for data privacy and check every time it enters the foreground.

0 commit comments

Comments
 (0)