Skip to content

Commit d11c8e3

Browse files
Merge branch 'msid-freshnes-2024-msal-android-single-sign-on' of https://github.com/henrymbuguakiarie/azure-docs-pr into msid-freshnes-2023-msal-android-single-sign-on
2 parents b12c774 + e6cba5c commit d11c8e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory/develop/msal-android-single-sign-on.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ In this how-to, you'll learn how to configure the SDKs used by your application
2525

2626
## Prerequisites
2727

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)
28+
This how-to assumes you know how to:
29+
30+
- Provision your app using the Azure portal. For more information, see the instructions for creating an app in [the Android tutorial](./tutorial-v2-android.md#create-a-project)
2931
- Integrate your application with the [MSAL for Android](https://github.com/AzureAD/microsoft-authentication-library-for-android)
3032

3133
## Methods for SSO
@@ -114,7 +116,7 @@ Once you've generated a signature hash with _keytool_, use the Azure portal to g
114116
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="/azure/active-directory/develop/media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you registered your application.
115117
1. Search for and select **Azure Active Directory**.
116118
1. Under **Manage**, select **App registrations**.
117-
1. In **App registrations**, select your application.
119+
1. Under **Manage**, select **App registrations**, then select your application.
118120
1. Under **Manage**, select **Authentication** > **Add a platform** > **Android**.
119121
1. In the **Configure your Android app** pane that opens, enter the **Signature hash** that you generated earlier and a **Package name**.
120122
1. Select the **Configure** button.

0 commit comments

Comments
 (0)