Description
Expected Behavior / New Feature
Ocelot should be working with Windows Authentication
Actual Behavior / Motivation for New Feature
Ocelot should be working with Windows Authentication
Steps to Reproduce the Problem
My gateway is a virtual directory hosted under default site with anonymous access.
And my services are hosted under another virtual directory with windows authentication enabled.
Note: - in IE options settings for "Enable Integrated windows authentication is enabled" from user machine. This is required otherwise the domain.com will not carry the identity.
Default website
----> Gateway = anonymous
-----> services = windows authentication.
With this from user machine when we call with servername.domain.com/gateway/ to get the user name from services, we get the user name for first user.
When the same url is hit by another user he gets the username of the first user, whereas the should have got is his own user name.
what we see is that persist-auth in headers is set to true for communication between gateway and services.
If we enable
----> Gateway = windows authentication
-----> services = windows authentication/anonymous
Authentication does not seem to work even if we add/remove testkey= "Windows".
Please assist on the same.
Specifications
- Version:
- Platform:
- Subsystem: