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
1. Sign in to the <ahref="https://portal.azure.com/"target="_blank">Azure portal</a>.
63
-
1. If you have access to multiple tenants, 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.
64
-
1.Search for and select**Azure Active Directory**.
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
63
+
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.
64
+
1.Browse to **Identity** >**Applications** > **App registrations**.
65
+
1.Select**New registration**.
66
66
1. Enter a **Name** for your application. Users of your app might see this name, and you can change it later.
67
67
1. For **Supported account types**, select **Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)**. For information on different account types, select the **Help me choose** option.
68
68
1. Select **Register**.
@@ -129,8 +129,8 @@ Follow these steps to create a new project if you don't already have an Android
129
129
</activity>
130
130
```
131
131
132
-
- Use your Azure portal**Package name** to replace `android:host=.` value. It should look like `com.azuresamples.msalandroidapp`.
133
-
- Use your Azure portal**Signature Hash** to replace `android:path=` value. Ensure that there's a leading `/` at the beginning of your Signature Hash. It should look like `/1wIqXSqBj7w+h11ZifsnqwgyKrY=`.
132
+
- Use the**Package name** to replace `android:host=.` value. It should look like `com.azuresamples.msalandroidapp`.
133
+
- Use the**Signature Hash** to replace `android:path=` value. Ensure that there's a leading `/` at the beginning of your Signature Hash. It should look like `/1wIqXSqBj7w+h11ZifsnqwgyKrY=`.
134
134
135
135
You can find these values in the Authentication blade of your app registration as well.
0 commit comments