I created a Blazer WebAssembly .NET Core hosted project with individual user accounts selected for the authentication. I cannot seem to find the Login or Register views. Even when I search for the word "register" in the solution explorer nothing comes up
from any of the 3 projects. Are these pages compiled into the framework, how do we override them?
You are correct. The login page are compiled razor pages that are part of the identity library. You just make replacement pages. See the scaffolding tools, full UI
None
0 Points
1 Post
Blazer WebAssembly with Individual User Accounts
Jun 08, 2020 12:24 AM|mikejr1976|LINK
I created a Blazer WebAssembly .NET Core hosted project with individual user accounts selected for the authentication. I cannot seem to find the Login or Register views. Even when I search for the word "register" in the solution explorer nothing comes up from any of the 3 projects. Are these pages compiled into the framework, how do we override them?
Thanks in advance!
All-Star
58224 Points
15671 Posts
Re: Blazer WebAssembly with Individual User Accounts
Jun 09, 2020 03:01 PM|bruce (sqlwork.com)|LINK
You are correct. The login page are compiled razor pages that are part of the identity library. You just make replacement pages. See the scaffolding tools, full UI
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-3.1&tabs=visual-studio#full