Skip to main content

How are WebSocket connections secured?

Written by amaise Support

How are WebSocket connections secured?

WebSocket connections at amaise undergo full JWT authentication. The process includes:

  1. Checking the bearer token format

  2. JWT decoding and validation

  3. Verification of the tenant ID

  4. Authorization check

All failed authentication attempts are logged with client details (IP address, request data). The same security standards apply as for REST API endpoints — including issuer whitelist, audience validation, and role-based access control.

Did this answer your question?