yuzd / Hangfire.HttpJob

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

Enable other authentication schemas #168

Closed Depechie closed 1 year ago

Depechie commented 1 year 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 1 year ago

do you have any suggestion?

yuzd commented 1 year ago

sorry about this i will reopen it if have any ideas

Depechie commented 1 year 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 1 year ago

ok, i will check it later