Skip to content

Commit ea7136f

Browse files
authored
Acrolinx
1 parent 020a859 commit ea7136f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/event-grid/mqtt-client-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We support authentication of clients using X.509 certificates. X.509 certificat
2020

2121
- Certificates issued by a Certificate Authority (CA)
2222
- Self-signed client certificate - thumbprint
23-
- Azure Entra ID token
23+
- Microsoft Entra ID token
2424

2525
### Certificate Authority (CA) signed certificates:
2626

@@ -36,7 +36,7 @@ While registering clients, you need to identify the certificate field used to ho
3636

3737
:::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.":::
3838

39-
### Self-signed client certificate - thumbprint:
39+
### Self-signed client certificate - thumbprint
4040

4141
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.
4242

@@ -74,7 +74,7 @@ You can use one of the following fields to provide client authentication name in
7474

7575

7676

77-
### Azure Entra ID token
77+
### Microsoft Entra ID token
7878

7979
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.
8080

@@ -97,4 +97,4 @@ To establish a secure connection with MQTT broker, you can use either MQTTS over
9797

9898
## Next steps
9999
- 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

Comments
 (0)