You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create windows service using c# for sync local directory with OneDrive. How to authenticate user in Windows Service and pass token to send request?
The text was updated successfully, but these errors were encountered:
hi @Srusti-Thakkar , you can see my example for ASP .NET web service: #21. The basically idea is implements the IAuthProvider interface from Microsoft.Graph.Core which you can pass in your access token.
But Windows Service - does not have WebBrowser. Is it posible to authenticate in OneDrive from Windows Service or ConsoleApp ? There is no GUI for user. It's work automaticly in background.
I want to create windows service using c# for sync local directory with OneDrive. How to authenticate user in Windows Service and pass token to send request?
The text was updated successfully, but these errors were encountered: