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/howto-disable-local-auth.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In this section, you will learn how to use the Azure portal to disable local aut
30
30
31
31
4. Click **Save** button.
32
32
33
-

33
+

34
34
35
35
## Use Azure Resource Manager template
36
36
@@ -110,7 +110,7 @@ You can disable local authentication by setting `disableLocalAuth` property to t
110
110
111
111
You can assign the [Azure SignalR Service should have local authentication methods disabled](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Ff70eecba-335d-4bbc-81d5-5b17b03d498f) Azure policy to an Azure subscription or a resource group to enforce disabling of local authentication for all SignalR resources in the subscription or the resource group.
112
112
113
-

113
+

Copy file name to clipboardExpand all lines: articles/azure-signalr/signalr-howto-authorize-application.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ The first step is to register an Azure application.
24
24
2. Under **Manage** section, select **App registrations**.
25
25
3. Select **New registration**.
26
26
27
-

27
+

28
28
29
29
4. Enter a display **Name** for your application.
30
30
5. Select **Register** to confirm the register.
31
31
32
32
Once you have your application registered, you can find the **Application (client) ID** and **Directory (tenant) ID** under its Overview page. These GUIDs can be useful in the following steps.
33
33
34
-

34
+

35
35
36
36
To learn more about registering an application, see
37
37
-[Quickstart: Register an application with the Microsoft identity platform](../active-directory/develop/quickstart-register-app.md).
@@ -47,7 +47,7 @@ The application requires a client secret to prove its identity when requesting a
47
47
48
48
1. Under **Manage** section, select **Certificates & secrets**
49
49
1. On the **Client secrets** tab, select **New client secret**.
50
-

50
+

51
51
1. Enter a **description** for the client secret, and choose a **expire time**.
52
52
1. Copy the value of the **client secret** and then paste it to a secure location.
53
53
> [!NOTE]
@@ -57,7 +57,7 @@ The application requires a client secret to prove its identity when requesting a
57
57
58
58
You can also upload a certification instead of creating a client secret.
59
59
60
-

60
+

0 commit comments