Learn More, Pay Less!
Limited Time Offer!

Activities of "liangshiwei"

HI,

you should add it in the project that sends the request and don't forget add the module dependencies to the Module class

Hi,

This way will not redirect to the backend login page, I think it can meet your needs

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

Showing 291 to 300 of 6574 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 17, 2025, 05:40