Skip to content

Commit 025154e

Browse files
committed
minor correction
1 parent b1ebe64 commit 025154e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this how-to, you'll learn how to configure the SDKs used by your application
2727

2828
This how-to assumes you know how to:
2929

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)
30+
- Provision your app. For more information, see the instructions for creating an app in [the Android tutorial](./tutorial-v2-android.md#create-a-project)
3131
- Integrate your application with the [MSAL for Android](https://github.com/AzureAD/microsoft-authentication-library-for-android)
3232

3333
## Methods for SSO
@@ -98,7 +98,7 @@ You must register a redirect URI that is compatible with the broker. The redirec
9898

9999
The format of the redirect URI is: `msauth://<yourpackagename>/<base64urlencodedsignature>`
100100

101-
You can use [keytool](https://manpages.debian.org/buster/openjdk-11-jre-headless/keytool.1.en.html) to generate a Base64-encoded signature hash using your app's signing keys, and then use the Azure portal to generate your redirect URI using that hash.
101+
You can use [keytool](https://manpages.debian.org/buster/openjdk-11-jre-headless/keytool.1.en.html) to generate a Base64-encoded signature hash using your app's signing keys, and then generate your redirect URI using that hash.
102102

103103
Linux and macOS:
104104

@@ -121,7 +121,7 @@ Once you've generated a signature hash with _keytool_, use the Azure portal to g
121121
1. In the **Configure your Android app** pane that opens, enter the **Signature hash** that you generated earlier and a **Package name**.
122122
1. Select the **Configure** button.
123123

124-
The Azure portal generates the redirect URI for you and displays it in the **Android configuration** pane's **Redirect URI** field.
124+
The redirect URI is generated for you and is displayed in the **Android configuration** pane's **Redirect URI** field.
125125

126126
For more information about signing your app, see [Sign your app](https://developer.android.com/studio/publish/app-signing) in the Android Studio User Guide.
127127

0 commit comments

Comments
 (0)