-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
3 / 53 of 5 issues completedOpen
3 / 53 of 5 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 supportTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Support passwordless account creationSupport to allow the user to seamlessly upgrade a password to a passkey after signing inUse the 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 inMake it easy to configure so that authenticators can automatically upgrade passwords to passkeys without requiring the customer to visit the siteUpdate to add endpoints for passkeysUpdate to support the same passkey UI that got added to the Blazor Web App templateTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
splitt3r, abergs, boukenka, mikekistler, Vlaaaaaaad and 6 more
Sub-issues
Collapse Sub-issuesSub-issues
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
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
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
abergs commentedon Jun 16, 2025
This issue tracks the considerations I raised here. Since my comment also adressess the API proposal I'll leave it be for now.
mguinness commentedon Jun 16, 2025
Are there plans to integrate the new passkey support into the MapIdentityApi endpoints?
mguinness commentedon Jun 25, 2025
@mikekistler Asking if passkey support will be included the identity API endpoints via IdentityApiEndpointRouteBuilderExtensions. Maybe this could be added as a sub-issue here where it can be upvoted by others?
mguinness commentedon Jul 29, 2025
@danroth27 - Not getting a response regarding passkey support for MapIdentityApi endpoints. Simply need to know if this is being considered or not?
maartenba commentedon Jul 29, 2025
Can #62917 be considered?
mikekistler commentedon Jul 30, 2025
@mguinness Sorry I missed this earlier. I agree we should add a sub issue for API support for Passkeys.
At this point we are out of runway for a feature like this to get into .NET 10. We had an item on the .NET 10 Roadmap to provide scaffolding support for the identity APIs, but this had to be dropped due to resource constraints. I believe that scaffolding support is the best strategic solution and we'll probably try again to put that out in .NET 11.
mguinness commentedon Jul 30, 2025
Thanks for addressing that Mike and for creating the corresponding issue.