Activities of "murat.yuceer"

Thanks, I did like this but I couldnt fix problem, what I missing, when I click login button its not redriect

Ok, got it. You need a tiered solution for Blazor-Server right?

Yes, thanks

My problem is, Blazor.Server.Host project is unified project. Its not work with HttpApi.Host and IdentityServer. Configured to run standalone default. I need to harmonize them.

  • ABP Framework version: v5.0.1
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hello, I create project with module template from suite. But I need to blazor Server Host project call remote service from api and should use identityserver not unified. Default Its create work unified. I trying to convert it but I stuck. When I click login button its not redriect identityserver project Show message like this

How can I say to suite, create module project but blazor server host should be work like web assembly(not unified)

Can you create module solution like this and send my email? project name is can be "Kuys.Module.EmployeeManagement"

We feed our microservices with modules. We are experiencing unexpected errors as we work this unified way.

Thanks

Maybe generate partial class could be option

Answer

Blazor-Server MongoDb

After migrate security-log page not work, throw error I found problem, if BrowserInfo field is null in AbpSecurityLogs table/collection, page not load because of null reference exception.

I can override some base repository method to do this, for example like ApplyFilter, just i will override IQuaryable object. But I guess you don't have a common method that every request goes through.

Yes. For example, I have EntityRowLevelPermission table, users can create row based permissions and store there (like x == 5 condition must apply for user or group a). Then I cache it and building expression on runtime. But I have to apply this expressions. But where? Global filters look like not help me.

Question

Hello,

We try to implement row level auth mechanism. For that firstly we think about global filters. But we had to give up. Because us conditions not static, users will create dynamic conditions like x user for a table just can see y column equal 'xxx'. But global filters adding conditions even not need to current user. We can pass fake value to ignore condition but queries will grow and we need set dynamically without restart app.

Then we decied to override base abp repository methods. Which method would be correct to hack to implement this or do you have any other suggestions?

Also can we transfer client ip address from http. Example from blazor server IP Address is empty

Showing 11 to 20 of 76 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11