Open
0 of 3 issues completedDescription
#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