Activities of "maliming"

hi

Try to create a MyRemoteServiceConfigurationProvider to override and replace it.

hi

We have the PR to replace tenant name.

https://github.com/abpframework/abp/pull/18592

{0} will replaced by the current tenant name.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.RemoteServices/Volo/Abp/Http/Client/RemoteServiceConfigurationProvider.cs#L34-L53

Can you debug this method in local?

hi

I have checked.

The https://greentherm.safetyplus-xxx.com can access Cookies from .xxxplus-dev.com

So you can try to change the BaseUrl from https://safetyplus-xxx.com to https://greentherm.safetyplus-xxx.com or https://{{tenantName}}.safetyplus-xxx.com, also https://{0}.safetyplus-xxx.com

: )

Answer

hi

IDX20803: Unable to obtain configuration from: 'https://extranetapp.cinca.porc01:44334/.well-known/openid-configuration'.

The error is very clear. Can you check if https://extranetapp.cinca.porc01:44334/.well-known/openid-configuration is reachable in the container?

hi

You can inject the IOrganizationUnitRepository or IBasicRepository<OrganizationUnit, Guid>

Using IOrganizationUnitRepository is the recommended way.

hi

1.

add two DbSet to IIdentityProDbContext

DbSet<TenantAuthentications> TenantAuthentications { get; }
DbSet<AuthenticationPolicy> AuthenticationPolicy { get; }

2.

AddRepository in AbpIdentityProEntityFrameworkCoreModule

options.AddRepository<TenantAuthentications, EFCoreTenantAuthenticationsRepository>();
options.AddRepository<AuthenticationPolicy, EFCoreAuthenticationPolicyRepository>();

3.

Rename EFCoreTenantAuthenticatiosRepository to EFCoreTenantAuthenticationsRepository

4.

Remove IRepository<IdentityUserOrganizationUnit>from AuthenticationPolicyAppService

hi

Can you try to change the BaseUrl from https://safetyplus-xxx.com to https://greentherm.safetyplus-xxx.com?

I think in this way, you don't need to change the cookies.

hi

I have shared the project with you.

Finally, it should be a problem with the operating environment, it's the first time I've encountered such a situation.

Showing 3491 to 3500 of 10674 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 15, 2025, 14:41