-
I Have Project with Blazor Web assembly and Asp.Net Core Hosted with Individual user account (Authentication).
and in Pages folder we have
How can I find identity server 4 views and change it? and the second problem is when I want to use a custom identity models in startup file blazor server. default code is :
and when i change to:
when I run project and click on login or register buttons (
and I don't no why. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In Server project, Add New Scaffolded Item dialog, select Identity > Add. |
Beta Was this translation helpful? Give feedback.
In Server project, Add New Scaffolded Item dialog, select Identity > Add.