Forum Discussion

ktchoumak's avatar
ktchoumak
Copper Contributor
Jul 14, 2021

Get bearier token for Azure Graph api

I found 3 ways: 1.  from MSDN example:   result = await app.AcquireTokenForClient(scopes) https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/blob/master/1-Call-MSGraph/daemon-co...

Resources