Skip to content

Commit b1ebe64

Browse files
committed
updated sign-in steps for admin center
1 parent fda9bf8 commit b1ebe64

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,10 @@ keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.k
114114

115115
Once you've generated a signature hash with _keytool_, use the Azure portal to generate the redirect URI:
116116

117-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
118-
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.
119-
1. Search for and select **Azure Active Directory**.
120-
1. Under **Manage**, select **App registrations**.
121-
1. Under **Manage**, select **App registrations**, then select your application.
122-
1. Under **Manage**, select **Authentication** > **Add a platform** > **Android**.
117+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
118+
1. If access to multiple tenants is available, use the **Directories + subscriptions** filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
119+
1. Browse to **Identity** > **Applications** > **Application registrations**.
120+
1. Select your application, and then select **Authentication** > **Add a platform** > **Android**.
123121
1. In the **Configure your Android app** pane that opens, enter the **Signature hash** that you generated earlier and a **Package name**.
124122
1. Select the **Configure** button.
125123

0 commit comments

Comments
 (0)