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 po...
- Apr 11, 2021
Hi tanveersmd, Could you please follow this official blog, this could help in your scenario.
Jagadeesh-MSFT
Apr 11, 2021Former Employee
Hi tanveersmd, Could you please follow this official blog, this could help in your scenario.
tanveersmd
Apr 14, 2021Copper 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-MSFTApr 15, 2021Former EmployeeHi tanveersmd, No, currently it is not possible without AcquiretokenSilent.