
Hi guys, I tried to find an answer in discord but there seems to be nobody who ran into that - I cant integrate my "custom" oauth (hubspot oauth) - because they dont have a "User Info Endpoint" on their side. I "could" implement the oauth in my custom function, but since the server-side sdk cant create sessions for users, this is pretty useless...
Another way I tried to solve the problem, is to provide a custom user-info-endpoint with a function in appwrite, and also configure it in my openID Connect auth configuration as user info endpoint, but this ends up in routing issues on appwrite side (Could not resolve host: openruntimes-proxy with status code 0\nError Code: 0)
Does anybody has an Idea for integrating hubspot oauth? The problem is, that they just dont provide the endpoint and therefore appwrite cant use the "id" for the accessToken for creating the session.
I'm really running out of ideas... Hopefully somebody has an idea.
Recommended threads
- Auth showing wrong numbers of users
I have 6 verified users but it shows 5 24 hours before I have 5 users that time its showing 4 users. Project ID: `68aed705001ef67ac979`
- Appwrite + Google OAuth session created,...
Hey everyone, I’m running into a weird issue with Appwrite’s Google OAuth provider and would love some insight. Here’s my setup: - **Stack:** React app...
- createPhoneToken not working with expo
` const phoneResponse = await account.createPhoneToken(response.$id, phone);` this gives this error: `OTP error: [AppwriteException: Server Error]` * phone i...
