在没有任何用户交互屏幕的 Web API 中使用 Microsoft Graph API [英] Using Microsoft Graph API in a Web API without any user interaction screen

查看:20
本文介绍了在没有任何用户交互屏幕的 Web API 中使用 Microsoft Graph API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Summary:

  1. I have a WinForms app where multiple users from my organization login to.
  2. From within this WinForm app, I want to call my Web API which internally processes some calendar related events (like create new meeting, fetch meeting responses, etc.) for precisely allotted MeetingManager user
  3. Here, we intend to use Microsoft Graph API to do all our stuff
  4. And since the Web API is going to handle this internally at its endpoint, we seek no interactive screen in between (neither for user login nor for granting permissions at consent page). All this should happen in background without any user interaction in between.
  5. How can I achieve this?

Note: I am a beginner to Microsoft Graph API and Web application domain

Graph API Mock up:

解决方案

You can get this by app-only authentication method. Get an app-only access token and use it for authentication.

I am also struggling on a similar type of question and I need to retrieve planner tasks. For planner tasks app-only scope is not supported but In your case I think it should work

Read both these links for more details.

https://graph.microsoft.io/en-us/docs/authorization/app_only

https://graph.microsoft.io/en-us/docs/authorization/permission_scopes

这篇关于在没有任何用户交互屏幕的 Web API 中使用 Microsoft Graph API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆