注册Web API 分配应用程序所有者 分配应用角色 显示另外 3 个 本快速入门将向 Microsoft 标识平台注册 Web API 并通过添加范围将其公开到客户端应用。 通过注册 Web API 并通过范围将其公开,分配所有者和应用角色,你可以向可访问 API 的已授权用户和客户端应用提供对其资源的基于权限的访问权限。
注册Web API 分配应用程序所有者 分配应用角色 显示另外 3 个 本快速入门将向 Microsoft 标识平台注册 Web API 并通过添加范围将其公开到客户端应用。 通过注册 Web API 并通过范围将其公开,分配所有者和应用角色,你可以向可访问 API 的已授权用户和客户端应用提供对其资源的基于权限的访问权限。
搜尋 Microsoft 身分識別平台 概觀 什麼是 Microsoft 身分識別平台? Docs 有哪些新功能? 範例 概念 單頁應用程式 (SPA) Web 應用程式 Web API Web API 驗證 快速入門 教學課程 範例 操作方式 桌面 行動裝置 服務、精靈、指令碼 案例 參考 資源 下載PDF ...
调用API 拥有访问令牌后,可以调用 Web API。 应用将使用该令牌生成 HTTP 请求,然后运行该请求。 Android Java RequestQueue queue = Volley.newRequestQueue(this); JSONObject parameters =newJSONObject();try{ parameters.put("key","value"); }catch(Exception e) {// Error when constructing.} JsonObjectReq...
这类型的应用程序通过使用其应用程序标识,并向 Microsoft Entra ID 提供其应用程序 ID、凭据(密码或证书)和应用程序 ID URI 来请求访问令牌。 在身份验证成功后,守护程序应用程序会从 Microsoft 标识平台收到一个访问令牌(和一个刷新令牌)。 然后,将使用该令牌来调用 Web API(将会根据需要刷新该令牌)。
如果要使用 Web API,可以启用拥有工作和学校帐户且经过身份验证的用户,也可以启用 Microsoft 个人帐户。详情保护Web API 时需要了解的具体信息如下:应用注册必须至少公开一个范围或一个应用程序角色 。 范围由代表用户调用的 Web API 公开。 应用程序角色由守护程序应用程序调用的 Web API(代表其自己调用你的 Web ...
客户端SPA(Single-Page Application)是一种现代化的Web应用程序架构,它通过JavaScript在客户端动态加载内容,实现无需刷新页面的交互体验。 身份验证是一种确认用户身份的过程,确保只有经过授权的用户才能访问受保护的资源。使用Microsoft Identity的Core 3.1 Web API的客户端SPA身份验证可以确保只有经过...
Microsoft Identity Web Microsoft Identity Webis a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with theMicrosoft identity platform(formerlyAzure AD v2.0 endpoint) andAAD B2C. This library is for specific usage with: ...
By using the Microsoft identity platform, single-page applications can sign in users and get tokens to access back-end services or web APIs. The Microsoft identity platform offers two grant types for JavaScript applications:Expand table MSAL.js (2.x)MSAL.js (1.x)Web app that signs in a ...
Learn about the components of the Microsoft identity platform and how they can help you build identity and access management (IAM) support into your applications.