我正在开发一个使用Vue.js和ASP.NET核心的SPA。在此SPA中,我希望显示来自Azure Active Directory的一些数据。为此,我想使用Microsoft Graph。为此,我在Azure中添加了名为Directory.Read.All的应用程序编程接口权限(应用程序权限)。如何将微软图形集成到我的ASP.NET核心项目中?我找不到任何例子。提前感谢!
嗨,我是webservice的新手,我想通过经典的ASP调用服务 If Request.ServerVariables("REQUEST_METHOD") = "POST" Thentext2") If Request.Form.Item("Operation")="Sum" Then
postUrl = "//localhost/Test_ASP_Service1