Community Discussion
Whitelist the Redirect Uri to be used in App to send the Post Request
Can you whitelist this domain as a redirect URI?
redirect_uri : https://www.gojctraining.com/webltr-spone-st148369612?imt=1%26utm_campaign=cbsassp1%26utm_content=cbsassp1%26utm_medium=cbsassp1%26utm_source=cbsassp1
Please do it asap.
Regards
Posted by perrell daniel almost 3 years ago
Authorization Code Flow access
Hi, we would like to create a Taboola reporting app which is self service. Could you provide us with information on how we can proceed?
Thanks
Posted by Matthias Kraaz almost 3 years ago
API oAuth2 redir domain
Hi,
IΒ΄m trying to connect to TAboola APi via oAuth to google sheets, I have de credencials but when I log in in the account, IΒ΄m not redirect back to the google sheets.
Example of the request:
"https://authentication.taboola.com/authentication/login?grant_type=authorization_code&response_type=code&redirect_uri=https%3A%2F%2Fbackstage.taboola.com%2Fbackstage%2Fauthenticate%2Flogin&client_id=xxxxredir=https%3A%2F%2Fscript.google.com%2Fmacros%2Fd%2F12COOkin8nod....."
Does this domain script.google.com need to be white listed by Taboola?
Best.
Posted by Guilherme Malta over 3 years ago
Authorization Code Flow - how does one whitelist the redirect UIRs?
Hi there,
where/how can we add the redirect URIs to the whitelist?
The account manager asked us to ask you here.
Also is it possible to get credentials that are not tied to an advertiser, so that we can properly utilize the code authorization flow?
Thank you.
Posted by Nils over 3 years ago
Registering a 'redirect_uri' - "implicit flow" authentication
I would like to register a 'redirect_uri' on your end is based on the "implicit flow" authentication. Where do I register my 'redirect_uri'?
Posted by Eilon almost 4 years ago
Authorisation Code method redirect issue
Iβm hoping someone can help with a stumbling block Iβm facing with our auth flow. Iβm trying to use the Authorisation Code method outlined in the api docs (https://developers.taboola.com/backstage-api/reference#authorization-code) as follows:
This flow is similar to Implicit Grant (above), but involves an additional step:
User clicks on Connect within your App.
Your App redirects the user to a Taboola login page:
[authentication_domain]/authentication/oauth/authorize/?client_id=[client_id]&redirect_uri=[redirect-uri]&response_type=code
Note: set authentication_domain = 'https://authentication.taboola.comβ
Iβve built the Taboola login url as outlined above using our client id and desired redirect however when I test the URL and subsequent login process there is no redirect back to our app, instead the user is taken to this page within Taboola that asks whether I want to go to backstage or newsroom, both of which keep the user in Taboola.
Anyone know why I canβt redirect back out to our app to complete the authors flow?
Posted by Matt about 4 years ago