Hello,
I’m running the forge-external-auth-examples project and i got the example running and it is retrieving my profile from Microsoft graph.
Now i need to query data from external azure hosted site. So i updated the manifest with my own external backend. I updated the example to fetch data from my remote-app but i get CRSF error. I can see the url from logs and when i open it up it shows the following →
Update: we are using oAuth proxy and crsf token / cookie might get lost along the way …
Question 1 : is there a way to configure provider so that its possible to use with oAuth proxy ?
Question 2 : is there a way to get the oAuth token from the provider to include it manually to subsequent requests ?
Question 3 : any sample code to handle oAuth flow manually in Forge application ?