yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
635 stars 187 forks source link

Enable other authentication schemas #168

Closed Depechie closed 2 years ago

Depechie commented 2 years ago

For the moment only Basic Authentication is enabled with HangfireServerPostOption. But our HangFire dashboard is using Microsoft Single Sign On with Azure AD.

Any news if this will also be enabled in the future? Now we can't use this plugin to create jobs.

yuzd commented 2 years ago

do you have any suggestion?

yuzd commented 2 years ago

sorry about this i will reopen it if have any ideas

Depechie commented 2 years ago

I guess you need to implement the token flow for oauth with Azure AD ( https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow ) Would be great if this would work

yuzd commented 2 years ago

ok, i will check it later