Microsoft.AspNetCore.Authentication.MicrosoftAccount 命名空间

包含支持基于 Microsoft 帐户 OAuth 的身份验证的类型。

MicrosoftAccountDefaults

Microsoft 帐户身份验证的默认值

MicrosoftAccountHandler

用于基于 Microsoft 帐户的身份验证的身份验证处理程序。

MicrosoftAccountHelper

包含静态方法,这些方法允许在身份验证过程成功后从 Newtonsoft.Json.Linq.JObject 从 Microsoft 检索到的实例中提取用户信息。 http://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/user

MicrosoftAccountMiddleware

用于使用 Microsoft 帐户服务对用户进行身份验证的 ASP.NET Core中间件。

MicrosoftAccountOptions

MicrosoftAccountHandler 的配置选项。

MicrosoftChallengeProperties

AuthenticationProperties 用于 Microsoft OAuth 质询请求。 有关参考,请参阅https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow#request-an-authorization-code

注解

有关使用 Microsoft 帐户身份验证的详细信息,请参阅 ASP.NET Core 中的 Facebook、Google 和外部提供程序身份验证