I would love to see a small section regarding how to extend the user registration UI once one has scaffolded a ASP.NET Core 3.0 SPA Identity-backed project.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
I'm assuming the scaffolding explained here does not work https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-3.1&tabs=netcore-cli
I haven't tried the IdentityServer's UI scaffolding. I'm not sure if it would work.
https://github.com/IdentityServer/IdentityServer4.Quickstart.UI
Can I extend the UI with anything other than Razor pages (Angular, for example)?
Moved to master issue: Authentication and authorization for SPAs #16406
Most helpful comment
Can I extend the UI with anything other than Razor pages (Angular, for example)?