Skip to content

Passkeys Authentication support in ASP.NET Core #53467

@utilsites

Description

@utilsites

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

ASP.NET Core does not natively support Passkeys, that can provide a innovative Passwordless Authentication functionality on the websites we develop.
fidoalliance.org/passkeys
Google Passkeys
Apple Passkeys
Microsoft Passkeys
Passkeys are trending right now, multiple sites are using them, like Amazon, Github, etc.

Describe the solution you'd like

In Visual Studio using ASP.NET Core, the Website project templates would have a checkbox option in the Authentication/Authorization section of the project setup, that would would allow easy inclusion of Passkeys support and scaffolding of related authentication pages.

And .NET Core Entity Framework Identity should support the seamless integration with existing authentication related user DB tables, similar to the support of external login providers.

Additional context

Note: there is a related issue but its more generic to WebAuthn, and don't references Passkeys.

Activity

removed
pending-ci-rerunWhen assigned to a PR indicates that the CI checks should be rerun
on Feb 6, 2024
removed
pending-ci-rerunWhen assigned to a PR indicates that the CI checks should be rerun
on Feb 13, 2024
added
enhancementThis issue represents an ask for new feature or an enhancement to an existing one
area-authIncludes: Authn, Authz, OAuth, OIDC, Bearer
and removed on Apr 3, 2024
added this to the Backlog milestone on Apr 3, 2024
added
area-identityIncludes: Identity and providers
and removed
area-authIncludes: Authn, Authz, OAuth, OIDC, Bearer
on Apr 3, 2024

21 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area-identityIncludes: Identity and providersenhancementThis issue represents an ask for new feature or an enhancement to an existing one

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Passkeys Authentication support in ASP.NET Core · Issue #53467 · dotnet/aspnetcore