abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.76k stars 3.41k forks source link

Hangfire access with angular routing #16622

Open cloud0259 opened 1 year ago

cloud0259 commented 1 year ago

Hello,

I am trying to access the Hangfire dashboard from the Angular front of my application. I added permissions on Hangfire but I can't access them. I removed the responseType:'code' in the environment.ts file to have the authentication page in the front. How can I go about it? I couldn't find anything about it

I use Abp framework 6

gterdem commented 1 year ago

Background job UI should be hosted on your Http.Api.Host. Please check https://docs.abp.io/en/abp/latest/Background-Jobs-Hangfire#dashboard-authorization

cloud0259 commented 1 year ago

Yes this is what I am doing. The problem comes from the fact that the authentication takes place in the front and not in the backend

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.