CoreWCF / samples

MIT License
38 stars 19 forks source link

Add "ConfigureServices" configure windows authentication in ASP.NET Core #27

Open Koichi-Kobayashi opened 1 year ago

Koichi-Kobayashi commented 1 year ago

I ran the sample and got the following exception, so I added a workaround.

"System.InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider' while attempting to activate 'Microsoft.AspNetCore.Authentication.AuthenticationMiddleware'."

Thank you for the sample.