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/event-grid/mqtt-client-authentication.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
@@ -20,7 +20,7 @@ We support authentication of clients using X.509 certificates. X.509 certificat
20
20
21
21
- Certificates issued by a Certificate Authority (CA)
22
22
- Self-signed client certificate - thumbprint
23
-
-Azure Entra ID token
23
+
-Microsoft Entra ID token
24
24
25
25
### Certificate Authority (CA) signed certificates:
26
26
@@ -36,7 +36,7 @@ While registering clients, you need to identify the certificate field used to ho
36
36
37
37
:::image type="content" source="./media/mqtt-client-authentication/mqtt-client-certificate-chain-authentication-options.png" alt-text="Screenshot showing the client metadata with the five certificate chain based validation schemes.":::
38
38
39
-
### Self-signed client certificate - thumbprint:
39
+
### Self-signed client certificate - thumbprint
40
40
41
41
In this method of authentication, the client registry stores the exact thumbprint of the certificate that the client is going to use to authenticate. When client tries to connect to the service, service validates the client by comparing the thumbprint presented in the client certificate with the thumbprint stored in client metadata.
42
42
@@ -74,7 +74,7 @@ You can use one of the following fields to provide client authentication name in
74
74
75
75
76
76
77
-
### Azure Entra ID token
77
+
### Microsoft Entra ID token
78
78
79
79
You can authenticate MQTT clients with Microsoft Entra JWT to connect to Event Grid namespace. You can use Azure role-based access control (Azure RBAC) to enable MQTT clients, with Microsoft Entra identity, to publish or subscribe access to specific topic spaces.
80
80
@@ -97,4 +97,4 @@ To establish a secure connection with MQTT broker, you can use either MQTTS over
97
97
98
98
## Next steps
99
99
- Learn how to [authenticate clients using certificate chain](mqtt-certificate-chain-client-authentication.md)
100
-
- Learn how to [authenticate client using Azure Entra ID token](mqtt-client-azure-ad-token-and-rbac.md)
100
+
- Learn how to [authenticate client using Microsoft Entra ID token](mqtt-client-azure-ad-token-and-rbac.md)
0 commit comments