Open brunocs-cit opened 9 years ago
Hi @brunocs-cit, your question is very abstract. Please, provide more details: what authentication are you using in a web api, does Hangfire server resides in the same web application or another.
Hi @odinserj ,
My project consists in a single page application with token based authentication. So in IIS I have some APIs and in each of them I would like to have a specific Hangfire Server.
My Owin Middleware is implemented in integrated pipeline mode and published in a specific WebAPI on IIS. Clients performs authentication in this API and consume data from many others APIs.
My question is how should I configure my APIs to identify if users are authenticated or not. Is there a way to get this information from my Auth API?
Thanks!
I have my Owin implementation in a Web API and Hangfire server in another. In this scenario, how should I implement the filter authorization?