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
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/manage-teams-identity.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The following application settings influence the experience:
53
53
54
54
For more detailed information, see [Register an application with the Microsoft identity platform](../../active-directory/develop/quickstart-register-app.md#register-an-application).
55
55
56
-
When the application is registered, you'll see an [identifier in the overview](../concepts/troubleshooting-info#getting-application-id). 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.
57
57
58
58
### Step 2: Allow public client flows
59
59
@@ -89,7 +89,7 @@ If you want to check roles in Azure portal, see [List Azure role assignments](..
89
89
90
90
To construct an Administrator consent URL, the Fabrikam Azure AD Administrator does the following steps:
91
91
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#getting-directory-id), and replaces {Application_ID} with the Contoso [Application ID](../concepts/troubleshooting-info#getting-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).
93
93
1. The Administrator logs in and grants permissions on behalf of the organization.
94
94
95
95
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,7 +170,7 @@ Learn about the following concepts:
170
170
171
171
-[Azure Communication Services support Teams identities](../concepts/teams-endpoint.md)
-[Single-tenant and multi-tenant authentication for Teams users](../concepts/interop/custom-teams-endpoint-authentication-overview)
173
+
-[Single-tenant and multi-tenant authentication for Teams users](../concepts/interop/custom-teams-endpoint-authentication-overview.md)
174
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)
0 commit comments