Hi,
Using OCELOT, I would like to know if it's possible to send a request to a web api that know only windows authentication.
I have differents webapi applications: some that works in anonymous (so using token from ocelot is ok) and some that works with windows authentication (so I cant use the JWT).
IS Ocelot can work with only JWT or also with windows authentication ?
If yes, how to do that ?
Thanks a lot,
Aby
Top comments (1)
Did you get an answer for this?