You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been exploring the hosted blazor web assembly with authentication template and it works very very neatly out of the box. Something that I find mind boggling however is that if I look for the login page, the register page and the confirm account page. I can't find the cshtml that generates the HTML in all of the identity side.
I want to customize the HTML of those pages, but I can't find the code. There isn't an explicit controller anywhere for this, nor are there explicit files for the views that look like they are server rendered. I am not an OpenId Connect expert, but I know enough of it that trying to replicate the simplicity of the current functionality of the template is not trivial in the slightest and I would much rather not want to create my own authentication.
Yet I can't proceed with my app if I can't do something as basic as changing the layout of login, register and profile. Has anyone encountered this and found a solution that is relevant?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have been exploring the hosted blazor web assembly with authentication template and it works very very neatly out of the box. Something that I find mind boggling however is that if I look for the login page, the register page and the confirm account page. I can't find the cshtml that generates the HTML in all of the identity side.
I want to customize the HTML of those pages, but I can't find the code. There isn't an explicit controller anywhere for this, nor are there explicit files for the views that look like they are server rendered. I am not an OpenId Connect expert, but I know enough of it that trying to replicate the simplicity of the current functionality of the template is not trivial in the slightest and I would much rather not want to create my own authentication.
Yet I can't proceed with my app if I can't do something as basic as changing the layout of login, register and profile. Has anyone encountered this and found a solution that is relevant?
Beta Was this translation helpful? Give feedback.
All reactions