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.
Tried setting the IIS server to windows authentication.