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/azure-signalr/signalr-howto-authorize-cross-tenant.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,20 @@ This doc help you create an application in `tenantA` and use it to connect to a
20
20
21
21
## Register a multitenant application in tenant A
22
22
23
-
The first step is to create a multitenant application.
24
-
25
-
> In the case that you've already have a single tenant application.
26
-
>
27
-
> [Convert single-tenant app to multitenant on Microsoft Entra ID](/entra/identity-platform/howto-convert-app-to-be-multi-tenant)
23
+
The first step is to create a multitenant application, see:
28
24
29
25
[Quickstart: Register an application in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app)
30
26
27
+
In the case that you've already have a single tenant application.
28
+
29
+
[Convert single-tenant app to multitenant on Microsoft Entra ID](/entra/identity-platform/howto-convert-app-to-be-multi-tenant)
30
+
31
31
There are four account types:
32
32
33
-
1. Accounts in this organizational directory
34
-
2. Accounts in any organizational directory
35
-
3. Accounts in any organizational directory and personal Microsoft accounts
36
-
4. Personal Microsoft accounts
33
+
- Accounts in this organizational directory
34
+
- Accounts in any organizational directory
35
+
- Accounts in any organizational directory and personal Microsoft accounts
36
+
- Personal Microsoft accounts
37
37
38
38
Be sure to select either type 2 or type 3 when creating the application.
39
39
@@ -75,7 +75,7 @@ We strongly recommend you to use the first 2 ways to make cross tenant requests.
75
75
76
76
-`tenantId` should be the ID of your **Tenant B**.
77
77
-`clientId` in both tenants are equal.
78
-
-`clientSecret` and `clientCert` should be configured in **Tenant A**, see [Add credentials](/entra/identity-platform/quickstart-register-app?tabs=certificate%2Cexpose-a-web-api#add-credentials)
78
+
-`clientSecret` and `clientCert` should be configured in **Tenant A**, see [Add credentials](/entra/identity-platform/quickstart-register-app?tabs=certificate%2Cexpose-a-web-api#add-credentials).
79
79
80
80
If you aren't sure about your tenant ID, see [Find your Microsoft Entra tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant)
81
81
@@ -181,12 +181,10 @@ Your goal is to get a token with following claims. Use [jwt.io](https://jwt.io/)
181
181
182
182
Hastobe `https://signalr.azure.com/.default` to access SignalR resources.
0 commit comments