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/msal-android-single-sign-on.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.workload: identity
11
11
ms.tgt_pltfrm: android
12
12
ms.devlang: java
13
13
ms.topic: how-to
14
-
ms.date: 01/17/2023
14
+
ms.date: 01/18/2023
15
15
ms.author: henrymbugua
16
16
---
17
17
@@ -28,7 +28,7 @@ In this how-to, you'll learn how to configure the SDKs used by your application
28
28
- Provision your app using the Azure portal. For more information about app provision, see the instructions for creating an app in [the Android tutorial](./tutorial-v2-android.md#create-a-project)
29
29
- Integrate your application with the [MSAL for Android](https://github.com/AzureAD/microsoft-authentication-library-for-android)
30
30
31
-
## Methods for single sign-on
31
+
## Methods for SSO
32
32
33
33
There are two ways for applications using MSAL for Android to achieve SSO:
34
34
@@ -52,7 +52,7 @@ We recommend that you use one of Microsoft's authentication brokers to participa
52
52
53
53
On Android, the Microsoft Authentication Broker is a component that's included in the [Microsoft Authenticator](https://play.google.com/store/apps/details?id=com.azure.authenticator) and [Intune Company Portal](https://play.google.com/store/apps/details?id=com.microsoft.windowsintune.companyportal) apps.
54
54
55
-
The following diagram illustrates the relationship between your app, the Microsoft Authentication Library (MSAL), and Microsoft's authentication brokers.
55
+
The following diagram illustrates the relationship between your app, the MSAL, and Microsoft's authentication brokers.
56
56
57
57

58
58
@@ -167,7 +167,7 @@ MSAL supports authorization using a `WebView`, or the system browser. The image
By default, applications integrated with MSAL use the system browser's Custom Tabs to authorize. Unlike WebViews, Custom Tabs share a cookie jar with the default system browser enabling fewer sign-ins with web or other native apps that have integrated with Custom Tabs.
0 commit comments