DEV Community

Discussion on: Ocelot with .Net Core 5.0

Collapse
 
eventaka profile image
eventaka

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