Hey All!
Trying to OAuth with Crew! Following the documentation provided here.
In the documentation, there’s an extra parameter that is required as part of the original call which seems to be making it not compatible with Bubble’s typical user-agent flow. That parameter is target: ENTERPRISE_ACCOUNT
If I build the OAuth flow myself, by having a button manually navigate to the OAuth url, a 'when page is loaded workflow that looks for the return with the code and exchanges it automatically for the token, it all works. But, I’d like to have it run through the API connector so things aren’t as exposed.
Any tips?