lets-chat-reverseproxy

0.0.1 • Public • Published

Let's Chat - Reverse Proxy Plugin

Add Reverse Proxy authentication to Let's Chat.

Node 0.10.x required!

See ticket for more information

Installation

Install

npm install lets-chat-reverseproxy

Configure

Add these settings to your settings.yml file:

auth:
  reverseproxy:
    userHeader: 'REMOTE_USER'
    use_ldap_authorization: false
 
    # if use_ldap_authorization == true
    ldap:
      connect_settings:
        url: ldap://example.com
        tlsOptions:
          ca: ca.pem
      server_certs: []
      bind_options:
        bindDN:
        bindCredentials:
      search:
        base:
        opts:
          scope: one
          filter: (uid={{username}})
          attributes: []
      field_mappings:
        uid: uid
        firstName: givenName
        lastName: sn
        displayName: givenName
        email: mail

Readme

Keywords

none

Package Sidebar

Install

npm i lets-chat-reverseproxy

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • schlez