Hangfire dashboard authorization in Azure WorkerRole OR Self Hosted application
问题 It is very recent that I have introduced to Hangfire, and I must say it is awesome. I am working on an application, wherein I am hosting hangfire in Azure worker role. Everything works perfect ; the hangfire configuration, job scheduling, dashboard etc. except configuring authorization to hangfire dashboard . I have added an OwinStartup class where I have configuring hangfire dashboard. I have used my custom implementation of IAuthorizationFilter and an OwinMiddleware , anticipating that user