im wondering few days how to set authentication to AzureAD with MSGraph and then read some data from Sharepoint list.
Now im stucked at “API Connector error: the Oauth2 myAPI API is not configured properly - Error parsing data” which a recieve, when MS redirect me back to bubble.
I really dont know how to check whats comming back to bubble.io after MS login because token is redirected to https://myapp.bubbleapps.io/api/1.1/oauth_redirect.
Please help me, this kind of api connection could be very powerful!
I think your issue is related to the user endpoint. Check documentation to find the correct endpoint https://graph.microsoft.com/v1.0/me
Also, be sure that API use id and email and you have the correct scopes
Thanks, but with user endpoint ending “/v1.0/me im recieving” im geting API Connector error: the Oauth2 myAPI API is not configured properly - Recieved error from api"¨.
BUT in both cases, if i check “Token is returned as querystring” i recieved this:
(token is here)
So it looks, that bubble.io just have problem to handle response… but it should be chacked with somebody from dev team… i have short hands here