Skip to content

Commit c7e654e

Browse files
Merge pull request #211544 from petrsvihlik/patch-5
Improved resource linking for Teams interop
2 parents b769fd9 + 2485f8f commit c7e654e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/communication-services/quickstarts/manage-teams-identity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following application settings influence the experience:
5353

5454
For more detailed information, see [Register an application with the Microsoft identity platform](../../active-directory/develop/quickstart-register-app.md#register-an-application).
5555

56-
When the application is registered, you'll see an identifier in the overview. This identifier, *Application (client) ID*, is used in the next steps.
56+
When the application is registered, you'll see an [identifier in the overview](../concepts/troubleshooting-info.md#getting-application-id). This identifier, *Application (client) ID*, is used in the next steps.
5757

5858
### Step 2: Allow public client flows
5959

@@ -89,7 +89,7 @@ If you want to check roles in Azure portal, see [List Azure role assignments](..
8989

9090
To construct an Administrator consent URL, the Fabrikam Azure AD Administrator does the following steps:
9191

92-
1. In the URL *https://login.microsoftonline.com/{Tenant_ID}/adminconsent?client_id={Application_ID}*, the Administrator replaces {Tenant_ID} with the Fabrikam tenant ID, and replaces {Application_ID} with the Contoso Application ID.
92+
1. In the URL *https://login.microsoftonline.com/{Tenant_ID}/adminconsent?client_id={Application_ID}*, the Administrator replaces {Tenant_ID} with the Fabrikam [Tenant ID](../concepts/troubleshooting-info.md#getting-directory-id), and replaces {Application_ID} with the Contoso [Application ID](../concepts/troubleshooting-info.md#getting-application-id).
9393
1. The Administrator logs in and grants permissions on behalf of the organization.
9494

9595
The service principal of the Contoso application in the Fabrikam tenant is created if consent is granted. The Fabrikam Administrator can review the consent in Azure AD by doing the following steps:
@@ -170,5 +170,7 @@ Learn about the following concepts:
170170

171171
- [Azure Communication Services support Teams identities](../concepts/teams-endpoint.md)
172172
- [Teams interoperability](../concepts/teams-interop.md)
173+
- [Single-tenant and multi-tenant authentication for Teams users](../concepts/interop/custom-teams-endpoint-authentication-overview.md)
174+
- [Create and manage Communication access tokens for Teams users in a single-page application (SPA)](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/manage-teams-identity-spa)
173175

174176

0 commit comments

Comments
 (0)