dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.58k stars 25.29k forks source link

Include a section about how Identity works #15374

Open javiercn opened 4 years ago

javiercn commented 4 years ago

Many users stumble upon basic Identity/Cookie auth concepts. It would be good if we could describe the identity login/logout processes with a bit of detail (what happens at the HTTP level and why, and what are the general requirements (for example, having an existing request to be able to set a cookie)) so that we can point users when they try to implement their own login for signalr/blazor-server enabled apps.

Edit by @Rick-Anderson From #22096 There is no detailed introduction to RoleManager, UserManager, and SignInManager in the document, especially RoleManager at all.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

javiercn commented 4 years ago

/cc @blowdart

javiercn commented 4 years ago

I've seen this like 2 or 3 times in the past month I believe.

moritzmla commented 4 years ago

Yes please!

Rick-Anderson commented 4 years ago

@mkArtakMSFT please assign someone to draft this and we'll get it published ASAP.

Rick-Anderson commented 4 years ago

@mkArtakMSFT please assign someone to draft this and we'll get it published ASAP.

mkArtakMSFT commented 4 years ago

@HaoK can you please put together some content around this topic? Thanks!

tailSpike commented 4 years ago

Thank you - looking forward to it!

Rick-Anderson commented 3 years ago

@HaoK if you can draft this in plain text, word, MD, anything, I'll finish it off.