Windows Authentication in Blazor Server App don't work on IIS #28086
-
Hi All, I'm building a Blazor Server app, and have issue with Windows Authentication. The App works fine in IIS Express but after deploying on IIS authentication fails. Windows Authentication is installed on IIS and is activated for web site on IIS-Manager also, but the failure still. The user.Identity.IsAuthenticated is false and user.Identity.Name is null or empty. `
` Is anything that I missed probably? I could not found in anything in documrntations? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Related: #27674 |
Beta Was this translation helpful? Give feedback.
-
@Tratcher Thanks for your answer. Its over with this #27674 issue. I made mistake in setting IIS-Manager authentication settings. |
Beta Was this translation helpful? Give feedback.
@Tratcher Thanks for your answer. Its over with this #27674 issue. I made mistake in setting IIS-Manager authentication settings.
Actually I did not deactivate "Anonymous Authentication" and it was my mistake.
Thanks a lot