openiddict / openiddict-samples

.NET samples for OpenIddict

Home Page:https://documentation.openiddict.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a little noob question

a-a-k opened this issue · comments

Confirm you've already contributed to this project or that you sponsor it

  • I confirm I'm a sponsor or a contributor

Version

3.x

Question

I'm exploring the Velusia project and can't figure out - there is a point where user credentials are processed?

Velusia uses ASP.NET Core Identity and its default UI that takes care of all the user authentication part, from the login form to the creation of the authentication cookies it needs. More information at https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-6.0&tabs=visual-studio.

Velusia uses ASP.NET Core Identity and its default UI that takes care of all the user authentication part, from the login form to the creation of the authentication cookies it needs. More information at https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-6.0&tabs=visual-studio.

thank you for your reply, but seems there is a bit of misunderstanding. I meant the place in the code where user credentials should get verified. did you mean the same? sorry if my question is unclear

did you mean the same?

Yes: https://github.com/dotnet/aspnetcore/blob/9d6f7e3b2b7eb12abc3a656827545a4ceb2ce090/src/Identity/UI/src/Areas/Identity/Pages/V5/Account/Login.cshtml.cs#L129.

oh my, I didn't know Identity supports that sort of thing in such an elegant way! big thanks!

Well, elegant, I'm not sure, but well hidden, yeah! 😃