About 858,000 results
Open links in new tab
  1. Customizing Blazor External Authentication Login (Blazor 9)

    Jul 5, 2025 · You can easily implement external authentication providers to allow the users of your Blazor application to log in with Facebook, Google, Microsoft, Twitter, and many others.

  2. ExternalLoginInfo Class (Microsoft.AspNetCore.Identity)

    Gets or sets the unique identifier for the user identity user provided by the login provider.

  3. blazor - ASP.NET Core 8 external login - Stack Overflow

    Oct 23, 2023 · The register page links to an article regarding external login providers: https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/?view=aspnetcore …

  4. Blazor External Login Identity Provider Google, Facebook ... - akifmt

    Sep 21, 2023 · Configuring external login identity providers in a Blazor application is essential to provide users with the option to authenticate using their existing credentials from popular platforms like …

  5. Authentication Process in MAUI and Blazor with ASP.NET Core Identity ...

    Dec 9, 2024 · In this article, we’ll explore how to manage authentication and identification in MAUI and Blazor applications using an ASP.NET Core Identity server. This server also hosts the Blazor...

  6. ASP.NET Core Blazor authentication state | Microsoft Learn

    Nov 11, 2025 · When you create a Blazor app from one of the Blazor project templates with authentication enabled, the app is preconfigured with the following service registrations, which …

  7. Add Login to your Blazor Server Application - Auth0

    Auth0 allows you to quickly add authentication and gain access to user profile information in your application. This guide demonstrates how to integrate Auth0 with any new or existing Blazor Server …

  8. c# - How can I call '/Identity/Account/ExternalLogin' from a Blazor ...

    Jul 17, 2020 · Calling the /Identity/Account/ExternalLogin page means taking care of anti-CSRF mechanism (HTTP header and form's hidden field) and it's not easy to implement.

  9. Blazornet9-alpha/Components/Identity/ExternalLoginPicker.razor at ...

    0) == 0) { <div> <p> There are no external authentication services configured.

  10. Customizing The Blazor Login Process With External Authentication …

    Aug 21, 2022 · You can easily implement external authentication providers to allow the users of your Blazor application to log in with Facebook, Google, Microsoft, Twitter, and many others.