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
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- [SOLVED] React Native Appwrite SDK not w...
So I'm trying to generate a unique ID using the ID.unique() and its generating properly, but its saying its longer than 36 characters but it isnt.. ```typescri...