-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
1 / 41 of 4 issues completedOpen
1 / 41 of 4 issues completed
Copy link
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providersenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Milestone
Description
#62112 adds support for passkeys in ASP.NET Core Identity and extends the Blazor Web App template to support passkey management and authentication. However, there are some follow-up items we should consider:
- Update scaffolding to include passkey support
- Support passwordless account creation
- Support conditional create to allow the user to seamlessly upgrade a password to a passkey after signing in
- Use the signals API to, e.g., inform the authenticator when a passkey was revoked so it doesn't get presented to the user as an option when signing in
- Make it easy to configure well-known passkey endpoints so that authenticators can automatically upgrade passwords to passkeys without requiring the customer to visit the site
- Update
MapIdentityApi()
to add endpoints for passkeys - Update
Microsoft.AspNetCore.Identity.UI
to support the same passkey UI that got added to the Blazor Web App template
splitt3r, abergs, boukenka, mikekistler, Vlaaaaaaad and 5 more
Sub-issues
Metadata
Metadata
Assignees
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providersenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one