
Hello, I have a few questions regarding my angular application that uses Appwrite and is intended to run inside an iframe of a SharePoint web part.
As I want to run the application in SharePoint, I have created a WebPart the integrates the application via an iframe. I am using Appwrites authentication and would like to use Microsoft OAuth. However, I understand that this is not possible inside an iframe.
Currently, as a workaround I can get the OAuth access token via the WebPart and pass it to the angular application. This is as far as I get, as I have no idea on how to start a session for the correct user using the appwrite api with the access token.
Therefore, I was wondering if the workaround as I have envisioned it is even possible. If, yes, how would I continue the login process? If, no, is there another / better workaround possible? Any help is appreciated!
Thanks in advance!
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
