* Adds OpenID Connect.
* Add CSS class for openid_connect omniauth provider
* Add translation (de_DE and en) for openid_connect omniauth provider label
* Make uid_field configurable for openid_connect omniauth provider
* updates to support for openid
* updates to support for openid
* updated ldap gem
* updated sample.env
Co-authored-by: mapidentity <git@mapidentity.com>
Co-authored-by: Jesus Federico <jesus@123it.ca>
Co-authored-by: mapidentity <49822181+mapidentity@users.noreply.github.com>
This patch allows anonymous and user based authentication to LDAP
servers. This change is based on a patch against bn-ldap-authentication:
- https://github.com/blindsidenetworks/bn-ldap-authentication/pull/2
The patch introduces a new environment variable `LDAP_AUTH` which
controls the authentication method used against the LDAP server:
- `anonymous` enables an anonymous bind to the LDAP with no password
being used.
- `user` uses the user's own credentials to search for his data,
enabling authenticated login to LDAP without the need for a user with
global read privileges.
The default still remains at using a bind user, allowing for a seamless
upgrade path from the previous version.
This fixes#1082
Co-authored-by: Jesus Federico <jesus@123it.ca>
* Added option to specify different redirect url for google auth
* Made the redirect url generic so it works with 365
Co-authored-by: Jesus Federico <jesus@123it.ca>
* Email rescues and authenticator concern
* Application controller and helper clean up
* Moved controller code out of helpers
* More helper and email clean up
* Cleaned up remaining helpers and create omniauth_options
* Controller code clean up
* restructured views structure
* Restructured role code
* Restructured profile and code clean up
* Master merge
* Added bbb server concern to deal with bbb calls
* Bug fixes and changes after changes
* rspec
* More rubocop fixes
* Update greenlight to support the new launcher
* Update comments to indicate that checksum should eventually be removed
* Fix spelling mistake
* Fix rubocop
* Missed variable name change
* Support old environment variable
* Changed the way the omniauth providers are declared
* Allow local authentication for multitenant mode based on customer settings
* Cleanead up code mandated by rubocop
* Completed implementation for signin and added the one for signup
* Fixed issue with rubocop
* Renamed customer_name to lb_user
* Renamed lb_user -> user_domain, fixed issue with signup controller, email verification WAS NOT implemented
* Completed implementation of email_verification
* Fixed rubocop issue
* Final update
* Fix for test with loadbalancer
* Make sure loadbalancer mockup is only used when env defined
* Fix for test on rooms_controller
* Fixed most of the test failing on multitenant env
* Fixed issue detected by rubocop
* Fixed issue with activation tockens not working on resend
* Fixed new issue found by rubocop
* Updated travis script
* Harcoded credentials for mockup
* Updated expectation on start_session
* Fixed issue with duplication of home room
* Updated script for rubocop
* Restored Gemfile