We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28afe02 commit 482a371Copy full SHA for 482a371
articles/communication-services/how-tos/call-automation/includes/secure-websocket-js.md
@@ -13,7 +13,7 @@ ms.author: kpunjabi
13
14
## Websocket code sample
15
16
-This sample code demonstrates how to configure OIDC client to validate websocket payload using JWT.
+This sample demonstrates how to configure an OpenID Connect (OIDC) client to validate WebSocket connection requests using a JSON Web Token (JWT).
17
18
```JavaScript
19
const audience = "ACS resource ID";
0 commit comments