Skip to content

Auth improvements in ASP.NET Core 8 #47286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
Tracked by #47254
mkArtakMSFT opened this issue Mar 17, 2023 · 3 comments
Closed
3 tasks done
Tracked by #47254

Auth improvements in ASP.NET Core 8 #47286

mkArtakMSFT opened this issue Mar 17, 2023 · 3 comments
Assignees
Labels
area-identity Includes: Identity and providers Epic Groups multiple user stories. Can be grouped under a theme.
Milestone

Comments

@mkArtakMSFT
Copy link
Contributor

mkArtakMSFT commented Mar 17, 2023

To improve the auth experience for self-hosted Single Page Apps (SPA) in ASP.NET Core 8, we will:

  1. Extend cookie-based authentication with endpoints that SPA apps can use to customize the identity management experience (without relying on server-rendered UI).
  2. Enhance ASP.NET Core Identity to support token-based auth
  3. Remove Duende from the templates and use built-in ASP.NET Identity for the "Individual Accounts" option.

More details to follow.

See:

related: #42158

@mkArtakMSFT mkArtakMSFT added area-identity Includes: Identity and providers User Story A single user-facing feature. Can be grouped under an epic. labels Mar 17, 2023
@mkArtakMSFT mkArtakMSFT added this to the .NET 8.0 milestone Mar 17, 2023
@mkArtakMSFT mkArtakMSFT self-assigned this Mar 17, 2023
@mkArtakMSFT mkArtakMSFT added Epic Groups multiple user stories. Can be grouped under a theme. and removed User Story A single user-facing feature. Can be grouped under an epic. labels Mar 17, 2023
@cyclr-adrian
Copy link

  1. Enhance ASP.NET Core Identity to support token-based auth

Will this include the ability for ASP.NET Core to generate tokens based on a client_id and client_secret with client credential OAuth2 flow?

@mkArtakMSFT
Copy link
Contributor Author

Will this include the ability for ASP.NET Core to generate tokens based on a client_id and client_secret with client credential OAuth2 flow?

No.

@davidfowl
Copy link
Member

@mkArtakMSFT mkArtakMSFT modified the milestones: .NET 8.0, 8.0 Jun 29, 2023
@wtgodbe wtgodbe modified the milestones: 8.0, 8.0.0 Oct 3, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-identity Includes: Identity and providers Epic Groups multiple user stories. Can be grouped under a theme.
Projects
None yet
Development

No branches or pull requests

5 participants
@davidfowl @wtgodbe @mkArtakMSFT @cyclr-adrian and others