Skip to content

Commit 482a371

Browse files
authored
Update secure-websocket-js.md
acrolinx fixes
1 parent 28afe02 commit 482a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/call-automation/includes/secure-websocket-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: kpunjabi
1313

1414
## Websocket code sample
1515

16-
This sample code demonstrates how to configure OIDC client to validate websocket payload using JWT.
16+
This sample demonstrates how to configure an OpenID Connect (OIDC) client to validate WebSocket connection requests using a JSON Web Token (JWT).
1717

1818
```JavaScript
1919
const audience = "ACS resource ID";

0 commit comments

Comments
 (0)