Base solution for your next web application

Activities of "kamanchan"

Hello,

It seems different, the test invoke GetUsers which is in the project of identity server. Now, I have anohter server (in my case, projectB) which is only hosted the api being consumed, it depends on the identity server project(in my case, projectA) and didn't host any user and permission information. So will AbpAuthorize in projectB work to check the permission?

What I want to achieve is creating several API projects with ABP and share the APIs among them through identity server. Is there any example for that?

Thanks!

Hi,

For example, moduleB has data associated with user records, and in moduleA there is an operation to delete user, when the user is deleted, I want to delete the associated data in moduleB. So I create a event handler for user deleted in moduleB to do the operation. However, when the event is trigger, the UnitOfManager.Current is null (in usual case, it is not null).

Showing 1 to 2 of 2 entries