Skip to content

Commit ca13edf

Browse files
Merge pull request #296397 from terencefan/tefa/update-signalr-msi-doc
Update SignalR MSI doc to add cross tenant notes
2 parents 717efc9 + 56d6489 commit ca13edf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-signalr/howto-use-managed-identity.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ After you add a [system-assigned identity](#add-a-system-assigned-identity) or [
8080
1. In the managed identity authentication settings, for **Audience in the issued token**, you can specify the target **resource**. The **resource** will become an `aud` claim in the obtained access token, which can be used as a part of validation in your upstream endpoints. The resource can be in one of the following formats:
8181

8282
- Application (client) ID of the service principal.
83+
84+
When using Application (client) ID, the application has to be in the same tenant that the Azure SignalR resource is in. If your application is in a different tenant, please follow these steps:
85+
1. [Convert single-tenant app to multitenant on Microsoft Entra ID](/entra/identity-platform/single-and-multi-tenant-apps) to convert your application to a multitenant application.
86+
2. [Create an enterprise application from a multitenant application in Microsoft Entra ID](/entra/identity/enterprise-apps/create-service-principal-cross-tenant?pivots=admin-consent-url) to provision your application in the current tenant.
87+
88+
Then you'll be able to find the enterprise application by clicking the "Or select from existing applications".
89+
8390
- Application ID URI of the service principal.
8491

8592
> [!IMPORTANT]

0 commit comments

Comments
 (0)