-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Not an issue as such and I have seen some of your posts elsewhere. We are trying to use this with a AAD secured API published with Azure App proxy (which has little CORS support) and dont appear to support OPTIONS call.
I have seen some other posts from you about avoiding options call by using basic headers but this doesnt seem to be working for me. Is that still possible? Is it possible with this solution?
I tried using an azure function in function mode as a proxy in front of App proxy API and whilst I can avoid the initial CORS issue by setting the Azure Function CORS policy there is a second call to login @ microsoft which has an origin of "null" and fails.
Any chance you can confirm if you have a working method for SPFX which could support the above scenario - if at all possible using AADHTTP etc as per this project.
Great work and thanks for sharing BTW.
J