Cookies Auth vs. Windows Auth

Hello everyone,

I hope you are able to help me with the following:
First I implemented authentication with cookies and it worked nicely. I added windows authentication later, but it seems like I cant have booth parallel. Because whenever I turn it on it works but the authentication with cookies stops working completely. When I disable it cookies authentication starts working again.

Is there something that I’am missing or can I just not have booth?

PS:
I am using the included Kestrel Server. The service is running as a separate user that has been registered with setspn.

Product: PowerShell Universal
Version: 2.9.2

We currently don’t support having multiple authentication providers enabled. We have a problem with the UI that it lets you do that. We have an open issue for providing support for this.