Activities of "liangshiwei"

Solved, you need to change the redirect_uri.

Hi,

It's easy to do:

You can create an openiddict application for the Blazor server app

https://docs.abp.io/en/commercial/latest/modules/openiddict#application-management

And get access_token to request API, we have an example:

https://github.com/abpframework/abp/blob/dev/templates/module/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs#L97-L150

and can a User and data eg Custtomer data belong to more than one Organisation Unit

Yes, a user can be in multiple organizations.

but not sure how that is used to filter data so only certain users can see the data

You can create a data filter: https://docs.abp.io/en/abp/latest/Data-Filtering#entityframework-core

Hi,

The log doesn't useful, because it does not contain request information or even the initialization log of the ABP module.

can you send the log file to me? shiwei.liang@volosoft.com thanks

Hi,

MS template, are you mean the microservice template? https://docs.abp.io/en/commercial/latest/startup-templates/microservice/index

Hi,

We have organizational units that can be used to organize users and roles.

You can filter the data according to the user's organization.

Hi,

Sorry, but can you share the full logs?

Hi,

Can you share the error logs?

Hi,

Yes

Hi,

You can install the Volo.Abp.Http.Client.IdentityModel.Web package to your project.

It will try to get access_token from the current HTTPContext and add it to request headers.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client.IdentityModel.Web/Volo/Abp/Http/Client/IdentityModel/Web/HttpContextIdentityModelRemoteServiceHttpClientAuthenticator.cs

Showing 4191 to 4200 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41