openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.47k stars 528 forks source link

Can not find Controller or View for Account/Register and Account/Login for Velusia server #2189

Closed TanPM91 closed 2 months ago

TanPM91 commented 2 months ago

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

Version

latest

Question

Im trying make SSO provider for my website like google / facebook login provider and Im following up the code in file _LoginPartial and see 2 routes like

  <a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Register">Register</a>
  <a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Login">Login</a>

But i cannot find the View and Controller file of Account/Register and Account/Login

kevinchalet commented 2 months ago

Hi,

Support is reserved to sponsors and contributors. For more information on how to sponsor the project on GitHub, visit https://github.com/sponsors/kevinchalet.

Hope to see you on board soon!