Activities of "liangshiwei"

So if I understand correctly, to handle locally Roles and Permissions for external users (our SSO), we need a local authentication server, to handle our external provider (our SSO), and create users as "external user" in our system.

Yes you need, like IdentityServer

Or could I add a reference to AbpAccountPublicWebModule in the HttpApi tier, and handle it there ?

No problem, HttpApi.Host can also be an authorization server

Hi,

You should not reference AbpAccountPublicWebModule to web project, because it requires you to use a database, you should be redirected to your authorization server

Hi,

This is actually a DI problem, you can try :

[DependsOn(
        typeof(XXXXXHttpApiModule),
        typeof(XXXXXHttpApiClientModule),
        typeof(AbpAspNetCoreAuthenticationOpenIdConnectModule),
        typeof(AbpAspNetCoreMvcClientModule),
        typeof(AbpAutofacModule),
        typeof(AbpCachingStackExchangeRedisModule),
        typeof(AbpFeatureManagementWebModule),
        typeof(AbpAccountAdminWebModule),
        typeof(AbpHttpClientIdentityModelWebModule),
        typeof(AbpIdentityWebModule),
        typeof(AbpAuditLoggingWebModule),
        typeof(LeptonThemeManagementWebModule),
        typeof(AbpAspNetCoreMvcUiLeptonThemeModule),
        typeof(LanguageManagementWebModule),
        typeof(TextTemplateManagementWebModule),
        typeof(AbpSwashbuckleModule),
        typeof(AbpAspNetCoreSerilogModule),
        typeof(AbpAccountPublicWebModule)
        )]
        ///these are module developped by us
    [DependsOn(typeof(XXXXWebModule))]
    [DependsOn(typeof(XXXWebModule))]
    [DependsOn(typeof(XXXXWebModule))]
    [DependsOn(typeof(XXXWebModule))]
    [DependsOn(typeof(XXXXWebModule))]
    [DependsOn(typeof(XXXXEntityFrameworkCoreModule))]  // this line.
    public class XXXXWebModule : AbpModule

Hi,

Check the migration guides: https://docs.abp.io/en/commercial/latest/migration-guides/v4_3

Hi,

This is a known issue and we have fixed, See https://github.com/abpframework/abp/pull/8253

You can upgrade to ABP 4.3

Hi,

This actually not related to ABP, you can check this: https://docs.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-5.0

I wanted to let the user change it, specially in case the tenant with a given domain do not exists

Of course the user can change it when given domain do not exists. ABP will call the tenant resolver according to the priority until the resolution is successful.

Can not change priority or anything?

Yes you can :


Configure<AbpTenantResolveOptions>(option =>
{
    option.TenantResolvers.Insert(1, new CookieTenantResolveContributor());
});

Hi,

Because the domain resolver has a higher priority than the cookie resolver.

Hi,

Seems it work for you. I will close the ticket, please open again if you still have problem.

I thinik this is no related to SweetAlert2

Showing 5741 to 5750 of 6693 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.