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
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.
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
Blazorise.FluentValidation
and FluentValidation.DependencyInjectionExtensions
to Blazor projectVolo.Abp.FluentValidation
to Application projectConfigure
[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.
Hi @improwise
LeptonX 4.0.3 is based on ABP 9.0.2