Blazor Server .NET 8 Dependency Injection Issue with IClaimsTransformation and Scoped Services
I am having an issue with Blazor Server .NET 8 and Dependency Injection. The problem I am encountering involves an IClaimsTransformation that is used to populate additional identities to a user after successful login. This IClaimsTransformation is registered with the DI framework as Scoped.
Input Number is not update in Blazor
I hope that i can find an answer here.
Blazor 7 single sign on. Windows authentication and IIS server
I have a Blazor 7 application setup for windows authentication. I have it deployed to an IIS server. How do I implement single sign on? The site on IIS is set to windows authentication but the users still get prompted to sign in. If this was Old ASP I would set it up in the web config but I cant find anything on setting this up in Blazor 7.
Navigating to previous pages with saved states
I am currently working on a Blazor Server web application in ASP.NET. I’ve been trying to figure out how to implement page navigation where I can return to previous pages with the data/state of that page saved. I’ve found some developers recommend implementing a custom state management solution along with utilizing the built in Navigation Manager component. Any suggestions on what is best practice or common would be very much appreciated.
Login custom Blazor server
I am new to Blazor and I want to make a custom login using my own orm that MariaDb uses and I don’t know how to do it. I don’t want to use the authentication and authorization that blazor offers by default.
Blazor server – file upload
When trying to upload the same image using the following code, it is successful sometimes and gives following error at other times. I referenced following but no success https://learn.microsoft.com/en-us/aspnet/core/blazor/file-uploads?view=aspnetcore-6.0