Hello everyone,
I want users of my app to use the OAuth of Webflow.
For that I use the plugin " Webflow OAuth"
The redirect URI I have to put is https://XXX/api/1.1/oauth_redirect .
I put it in the app development setting of webflow and everything is configured.
When I try it, directly there is a bad request error with an invalid URI.
The client ID and secret ID are well set up.
Am I missing something?
Thank you!
Hello @techxfr.contact
Check for your domain or if not yet using one then that may be the problem:
Some providers, such as Facebook, are being more strict about having an exact match between the URL your app is on when the user logs with the service, and the redirect URLs defined in the app’s definition (for instance Facebook).
This can be a problem when a lot of pages have a thing as content, hence leading to an ID in the URL. To solve this issue, we’ve enabled a way to use a generic URL as a redirect URL. If you check the box in the plugin’s settings in the plugins tab, and add the URL
ht…
2 Likes
system
Closed
March 9, 2024, 1:48pm
4
This topic was automatically closed after 70 days. New replies are no longer allowed.