Note |
---|
As of Oct 3, 2022 Google will stop supporting the current oAuth flow. |
...
Code Block |
---|
https://[your-chilipublisher-url]/rest-api/[api-version]/system/server/googleauthcode |
Google does allow to enter http UIR, but CHILI publisher will reject http (non secure) connections. |
Once created, you’ll get a client ID and Client secret that you will need in the CHILI publisher BackOffice.
...
On premise hosting | CHILI publisher Online | |
---|---|---|
CHILI publisher is hosted in HTTP (non secure) | You must set the return API also to HTTP | Can NOT be hosted in HTTP |
CHILI publisher is hosted in HTTPS (secure) | You must set the return URI to HTTPS | You must set the return URI to HTTPS |
...