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: memdocs/intune/developer/app-sdk-android-phase1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,10 @@ See [Stage 2: The MSAL Prerequisite] for instructions on integrating MSAL and ad
89
89
Without Intune App Protection Policy support, how does your application handle user authentication and accounts?
90
90
91
91
- Does your application currently only allow a single account to be logged in?
92
-
Does your application explicitly force the logged-in account to log-out *and delete that previous account's data- before allowing another account to log-in?
92
+
Does your application explicitly force the logged-in account to log out—and delete that previous account's data—before allowing another account to log-in?
93
93
If so, your application is **single-identity**.
94
94
95
-
- Does your application currently allow a second account to log-in, even if a different account is already logged in?
95
+
- Does your application currently allow a second account to login, even if a different account is already logged in?
96
96
Does your application display multiple accounts' data on a shared screen?
97
97
Does your application store multiple accounts' data?
98
98
Does your application let users switch between different logged in accounts?
0 commit comments