This is a plugin for Wazo that adds external authentication routes to wazo-auth for Google and contacts to wazo-dird.
This plugins has been merged into wazo-auth and wazo-dird avoid using this plugin on a version above wazo 19.10
This plugin adds routes to manage google authentication.
This plugin adds Google contact to search results from wazo-dird
The client_id and client_secret for the google external auth can be configured using the
/external/google/config URL from wazo-auth.
Theses lines should be added to wazo-sdk/project.yml in order to overwrite other configurations. Therefore, the files in /etc should also exist.
wazo-google:
python3: true
bind:
etc/wazo-auth/conf.d/google.yml: /etc/wazo-auth/conf.d/google.ymlYou need Docker installed.
cd integration_tests
pip install -U -r test-requirements.txt
make test-setup
make test