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-application.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ ms.custom: subject-rbac-steps
12
12
13
13
# Authorize requests to Azure SignalR Service resources with Microsoft Entra applications
14
14
15
-
Azure SignalR Service supports Microsoft Entra ID for authorizing requests from [Microsoft Entra applications](../../entra/identity-platform/app-objects-and-service-principals.md).
15
+
Azure SignalR Service supports Microsoft Entra ID for authorizing requests from [Microsoft Entra applications](../../entra/identity-platform/app-objects-and-service-principals).
16
16
17
17
This article shows how to configure your Azure SignalR Service resource and codes to authorize requests to the resource from a Microsoft Entra application.
18
18
19
19
## Register an application in Microsoft Entra ID
20
20
21
-
The first step is to [Register an application in Microsoft Entra ID](../../entra/identity-platform/quickstart-register-app?tabs=certificate%2Cexpose-a-web-api):
21
+
The first step is to [Register an application in Microsoft Entra ID](../../entra/identity-platform/quickstart-register-app):
22
22
23
23
After you register your application, you can find the **Application (client) ID** and **Directory (tenant) ID** values on the application's overview page. These GUIDs can be useful in the following steps.
24
24
@@ -28,9 +28,9 @@ After you register your application, you can find the **Application (client) ID*
28
28
29
29
After registering an app, you can add **certificates, client secrets (a string), or federated identity credentials** as credentials to your confidential client app registration. Credentials allow your application to authenticate as itself, requiring no interaction from a user at runtime, and are used by confidential client applications that access a web API.
30
30
31
-
-[Add a certificate](../../entra/identity-platform/quickstart-register-app?tabs=certificate%2Cexpose-a-web-api)
32
-
-[Add a client secret](../../entra/identity-platform/quickstart-register-app?tabs=client-secret%2Cexpose-a-web-api)
33
-
-[Add a federated credential](../../entra/identity-platform/quickstart-register-app?tabs=federated-credential%2Cexpose-a-web-api)
31
+
-[Add a certificate](../../entra/identity-platform/quickstart-register-app?tabs=certificate#add-credentials)
32
+
-[Add a client secret](../../entra/identity-platform/quickstart-register-app?tabs=client-secret#add-credentials)
33
+
-[Add a federated credential](../../entra/identity-platform/quickstart-register-app?tabs=federated-credential#add-credentials)
0 commit comments