Forum Discussion
Hugo Esperanca
Feb 17, 2021Copper Contributor
MSAL 2.0 or AadHttpClient to connect SPFX Webpart to custom Web API hosted in a different tenant?
Hi, Wonder if someone can help me. I want to connect my SPFX web part to a custom web API (being developed in .NET 5). Given the recent changes to browsers (third party cookies limitations), ...
O365Survivor
Jan 27, 2022Copper Contributor
I am using MSAL 2.0 as ADAL is depericiating. However, with MSAL you will face issues related to third-party cookies.
litex1982
Aug 05, 2022Copper Contributor
O365Survivor Is any documentation i can refer to regarding how app registration should be done in order to support SPFX to connect to AAD protected API using MSAL? i am specifically concerned about the Reply URL because the webpart is deployed to multiple sharepoint sites so we cannot setup different reply URL for each site.
Thank you.