Skip to content

Commit 5404565

Browse files
authored
Update android-calling-hero.md
1 parent 828f61b commit 5404565

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/communication-services/samples/includes/android-calling-hero.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,17 @@ For demonstration purposes, this sample uses a publicly accessible endpoint by d
7777
With additional configuration, this sample supports connecting to an **Microsoft Entra ID** (Microsoft Entra ID) protected endpoint so that user login is required for the app to fetch an Azure Communication Services token. See steps below:
7878

7979
1. Enable Microsoft Entra authentication in your app.
80-
- [Register your app under Microsoft Entra ID (using Android platform settings)](..//entra/identity-platform/tutorial-v2-android)
81-
- [Configure your App Service or Azure Functions app to use Microsoft Entra login](../../../app-service/configure-authentication-provider-aad.md)
80+
- [Register your app under Microsoft Entra ID (using Android platform settings)](/entra/identity-platform/tutorial-v2-android)
81+
- [Configure your App Service or Azure Functions app to use Microsoft Entra login](../../../app-service/configure-authentication-provider-aad.md)
8282

83-
2. Go to your registered app overview page under Microsoft Entra App Registrations. Take note of the `Package name`, `Signature hash`, `MSAL Configutaion`
83+
2. Go to your registered app overview page under Microsoft Entra App Registrations. Take note of the `Package name`, `Signature hash`, `MSAL Configutaion`.
8484

8585
:::image type="content" source="../media/calling/aad-overview-android.png" alt-text="Microsoft Entra configuration on Azure portal.":::
8686

87-
3. Edit `AzureCalling/app/src/main/res/raw/auth_config_single_account.json` and set `isAADAuthEnabled` to enable Microsoft Entra ID
87+
3. Edit `AzureCalling/app/src/main/res/raw/auth_config_single_account.json` and set `isAADAuthEnabled` to enable Microsoft Entra ID.
88+
8889
4. Edit `AndroidManifest.xml` and set `android:path` to keystore signature hash. (Optional. The current value uses hash from bundled debug.keystore. If different keystore is used, this must be updated.)
90+
8991
```
9092
<activity android:name="com.microsoft.identity.client.BrowserTabActivity">
9193
<intent-filter>

0 commit comments

Comments
 (0)