0

I want to use an ASP.NET Core Web API Service that should run in Azure Service Fabric. Is it possible to use Windows Authentication to secure the web Service? I want to prevent that the user who uses this needs to log into the System manually.

1 Answer 1

1

Only when using WebListener. Kestrel doesn't support it, because it is a cross platform implementation.

Here's an example.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.