Enable authentication in your own web app.Use a custom domainBy using a custom domain, you can fully brand the authentication URL. From a user perspective, users remain on your domain during the authentication process, rather than being redirected to the Azure AD B2C b2clogin.com domain name....
本文描述如何啟用、自訂和增強 Azure Static Web App 的 Azure Active Directory B2C (Azure AD B2C) 驗證體驗。 開始之前,請務必先熟悉使用Azure AD B2C 在 Azure Static Web App 中設定驗證一文。 使用自訂網域 透過使用自訂網域,您可以完全標記驗證 URL。 就使用者而言,使用者在驗證過程中一直停留在...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Authentication.OpenIdConnect; using Microsoft.Identity.Web; using Microsoft.Identity.Web.UI; 由于Microsoft 标识 Web 使用基于 Cookie 的身份验证来保护 Web 应用,因此以下代码将设置 SameSite Cookie 设置。 然后,它读取 AzureADB2C 应用程序设置,并...
我们将添加 HttpClient 到我们的服务管线中,来支持我们随后有效的发出 HTTP 调用到 Microsoft.Graph。 services.AddMicrosoftIdentityWebAppAuthentication(Configuration) .EnableTokenAcquisitionToCallDownstreamApi( new string[] { "User.Read", "Mail.Read" }) .AddInMemoryTokenCaches(); services.AddHttpClient(); 1...
完成使用 Azure AD B2C 在示例 Node.js Web 应用程序中配置身份验证中的步骤。 需创建 Azure AD B2C 用户流,并在 Azure 门户中注册 Web 应用程序。 步骤1:创建 Node 项目 创建一个用于托管 node 应用程序的文件夹,例如active-directory-b2c-msal-node-sign-in-sign-out-webapp。
英文原文:https://developer.microsoft.com/en-us/identity/blogs/how-to-build-a-blazor-web-app-with-azure-active-directory-authentication-and-microsoft-graph/ 如果您是一个 .NET 开发者,你很可能听过过 Blazor 是一个最近的热门开发技术。Blazor 是一个使用 .NET Blazor 服务器来构建可交互客户端 Web 界...
本文介绍如何启用、自定义和增强 Web 应用程序的 Azure Active Directory B2C (Azure AD B2C) 身份验证体验。 在开始之前,请务必先熟悉以下文章: 在示例 Web 应用中配置身份验证 在自己的 Web 应用中启用身份验证。 使用自定义域 通过使用自定义域,可以完全标记身份验证 URL。 从用户的角度来看,用户在身份验证过程...
Enable authentication in your own web app. Use a custom domain By using acustom domain, you can fully brand the authentication URL. From a user perspective, users remain on your domain during the authentication process, rather than being redirected to the Azure AD B2C b2clogin.com domain name...
Microsoft 标识 Web 中间件使用在托管进程启动时运行的启动类。 在此步骤中,添加启动身份验证库所需的代码。打开Startup.cs,然后在类的开头添加以下 using 声明:C# 复制 using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Authentication.OpenIdConnect; using Microsoft.Identity.Web; using Microsoft....
本文介绍如何启用、自定义和增强 Azure Static Web Apps 的 Azure Active Directory B2C (Azure AD B2C) 身份验证体验。在开始之前,请务必熟悉使用Azure AD B2C 在 Azure 静态 Web 应用中配置身份验证一文。使用自定义域通过使用自定义域,可以完全标记身份验证 URL。 从用户的角度来看,用户在身份验证过程中仍...