Activities of "maliming"

hi

What do you mean AbpDynamicOptions?

Can you explain it in details?

hi

it'll get error when using with Identity Server Not Separated.

There will be no HTTP call between non-tiered projects. like https://192.168.100.36:44356/.well-known/openid-configuration'

You can also try with

context.Services.AddAuthentication()
           .AddOpenIdConnect("oidc", options => {
                options.BackchannelHttpHandler = new HttpClientHandler
                {
                    ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator
                };)

hi

The logs indicate a problem with the certificate.

IDX20804: Unable to retrieve document from: 'https://192.168.100.36:44356/.well-known/openid-configuration'.

System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.

System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch, RemoteCertificateChainErrors

hi

Same with https://support.abp.io/QA/Questions/4235/Where-extension-method-doesn%27t-contain-the-definition

hi

You can call the repository method to check for duplicates in the Domain service or Application service. This is the recommended practice.

hi kirotech

Does the angular application you want to logout use the angular-oauth2-oidc library? How does it get access_token?

https://github.com/manfredsteyer/angular-oauth2-oidc https://github.com/manfredsteyer/angular-oauth2-oidc#logging-out

No, It will set Tenant.Id by default.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client/Volo/Abp/Http/Client/ClientProxying/ClientProxyBase.cs#L296

hi

The built-in modules are using the IBasicRepository

Depending on IBasicRepository but not depending on IRepository has an advantage to make possible to work with all data sources even if they don't support IQueryable.

https://docs.abp.io/en/abp/latest/Repositories#basic-repositories

hi

How can I set the tenant name while using the dynamic C# API client proxies?

You can change the current tenant

using (_currentTenant.Change(tenantId))
{
    return await _dynamicProductService.GetListAsync();
}

Answer

ok

Showing 8101 to 8110 of 11531 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.