Activities of "liangshiwei"

Hi,

you can try use ABP suite to download the source code

I just need some guidance or access to view the source to understand it and be able to re-use as much as possible so that I don't introduce any issues on the core functionality.

You can download the source code without any problem.

abp get-source Volo.Saas -v 8.3.0

okay

HI,

Try install Volo.Abp.Http.Client.IdentityModel.Web to your project.

It will try get access_token from current user.

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

HI,

There is no relation to ABP or OpenId.

They are based on the ASPNETCore authorization system, you may need to customize the authorization check.

  • https://learn.microsoft.com/en-us/aspnet/core/security/authorization/iauthorizationpolicyprovider?view=aspnetcore-9.0
  • https://learn.microsoft.com/en-us/aspnet/core/security/authorization/dependencyinjection?view=aspnetcore-9.0

I have a machine to server communication, where i dont have userlogged in and i need to handle the secure api communication/authorization based on the machine identity. How can i user openid/autheserver to handle this scenario in abp.

We have document here https://abp.io/docs/latest/guides/synchronous-interservice-communication

It works for me

  • create a new project with blazor-server
  • install Blazorise.FluentValidation and FluentValidation.DependencyInjectionExtensions to Blazor project
  • install Volo.Abp.FluentValidation to Application project

Configure

    [DependsOn(
       ......
        typeof(AbpFluentValidationModule)
    )]
public class TestappApplicationModule : AbpModule
context.Services
    .AddBootstrap5Providers()
    .AddFontAwesomeIcons()
    .AddBlazoriseFluentValidation();

context.Services.AddValidatorsFromAssembly(typeof(TestappApplicationModule).Assembly);

name of field using in message is the property name. I fix the property using WithName method on method, for the message is need to fix it with WithMessage method? This is an example:

You have to use WithName

Hi,

Don't expose your nuget key on the Internet.

This may be a problem, but we are checking. your ticket was refunded.

Answer

Hi @improwise

LeptonX 4.0.3 is based on ABP 9.0.2

It works for me ,could you share your nuget source key with me? my email is shiwei.liang@volosoft.com

When running the site this is what I get.

you can try running abp install-libs command in the project directory

Answer

I can find it in the ABP commercial nuget source, you can check your nuget.config

Showing 411 to 420 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20