Skip to content

Commit 5b7b170

Browse files
author
Sharif Rahaman
committed
Merge branch 'domessin/entraid-auth' of https://github.com/Azure-Samples/communication-services-web-calling-tutorial into domessin/entraid-auth
2 parents a3e0f76 + 6b306da commit 5b7b170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/src/MakeCall/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ const isSupportedEnvironment = this.environmentInfo.isSupportedEnvironment;
772772
<div className="ms-Grid-col">
773773
<div>Azure Identity TokenCredential is used to retrieve an Entra user token which is then exchanged internally to get an access
774774
token from the communication service. The access token is then used to initialize the ACS SDK</div>
775-
<div>Information and steps on how to implement the Entra OAuth flow with ACS, can be found in the <a className="sdk-docs-link" target="_blank" href="https://review.learn.microsoft.com/en-us/azure/communication-services/quickstarts/identity/entra-id-authentication-integration?branch=pr-en-us-300881&pivots=programming-language-javascript">Microsoft Docs</a></div>
775+
<div>Information and steps on how to implement the Entra OAuth flow with ACS, can be found in the <a className="sdk-docs-link" target="_blank" href="https://learn.microsoft.com/azure/communication-services/quickstarts/identity/microsoft-entra-id-authentication-integration?pivots=programming-language-javascript">Microsoft Docs</a></div>
776776
</div>
777777
</div>
778778
{

0 commit comments

Comments
 (0)