We have configured hangfire dashboard in asp.net MVC application using cookie based authentication. As hangfire Authorization will work only when application redirected to dashboard url path so we are redirecting using Response.redirect("/dashboard") then it is hitting Authorize function. After authentication successful we are redirecting back to dashboard using redirect uri, as it reaches to dashboard url so it is calling Authorize function again. It running in a loop. Can anyone please help me out of it.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Dashboard Authorization | 0 | 2103 | December 19, 2015 | |
Use Dashboard Authentication in Web Api core | 7 | 15459 | September 28, 2023 | |
How can hangfire dashboard gets the authorization header per request | 4 | 5605 | July 24, 2015 | |
Hangfire dashboard authorization always gives a 401 exception | 1 | 3215 | May 10, 2023 | |
Hangfire.Dashboard.Authorization | 4 | 3801 | March 28, 2018 |