Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 395 Bytes

File metadata and controls

12 lines (8 loc) · 395 Bytes

User Auth

user-auth

The gateway can be configured with user authentication. A user is authenticated at the HTTP layer prior to the WebSocket handshake completing.

There are several ways to configure user authentication, including:

  • Authorization File
  • LDAP (example coming soon)
  • Custom Login module (example coming soon)
  • Kerberos (example coming soon)