Forum Discussion
tanveersmd
Apr 11, 2021Copper Contributor
Initiate teams call from wpf app
Hi, I need to initiate a teams call from my application.i have tried using graph API and integrated windows authentication mode to generate token silently but I am getting forbidden exception.Is it possible to initiate a teams video call from wpf app
with Microsoft personal account and if so please provide some references.
with Microsoft personal account and if so please provide some references.
Hi tanveersmd, Could you please follow this official blog, this could help in your scenario.
- Jagadeesh-MSFTMicrosoft
Hi tanveersmd, Could you please follow this official blog, this could help in your scenario.
- tanveersmdCopper Contributor
It helped Jagadeesh-MSFT . is there any way i can acquire token silently without using AcquireTokeninteractive. i have tried "AcquiretokenSilent" but getting exception.
- Jagadeesh-MSFTMicrosoftHi tanveersmd, No, currently it is not possible without AcquiretokenSilent.