Activities of "maliming"

hi @toan.nguyen

It seems we need to add oracle to abp suite. We will handle it in rc2.

hi

Can I check it remotely? liming.ma@volosoft.com

hi MarekH

Angular and MVC will perfectly support the use of subdomains to resolve tenants and work with the Identity Server after v4.3 released.

https://github.com/maliming/DomainTenantResolver

This problem should fixed by https://github.com/abpframework/abp/pull/6747

Can you confirm your package version?

We will work on it.

hi @AndrewT

https://github.com/abpframework/abp-samples/tree/master/SignInWithoutSpecifyingTenant

hi uyarbtrlp

Can you share a project or steps to reproduce the issue?

https://support.abp.io/QA/Questions/1020#answer-c2db31bb-d334-9fd6-53e4-39fb98308bce

hi @AndrewT

I will prepare a demo.

https://github.com/abpframework/abp/issues/8281

As I mentioned above, the Identity Server -> Client does not appear when I logged in as tenant admin, so I could not grant permission to this client on the tenant level.

The relevant entities of the identity server are not multi-tenant. You can only grant permissions to client on Host level.

the Authorize does not allow multiple policies, how to combine it with the custom policy for identity server client?

context.Services.AddAuthorization(options =>
{
    options.AddPolicy("YourPolicy", policy => policy.AddRequirements(new IAuthorizationRequirement[]
    {
        new Volo.Abp.Authorization.PermissionRequirement("Abp Permission Name 1"),
        new Volo.Abp.Authorization.PermissionRequirement("Abp Permission Name 2")
    }));
});

[Authorize("YourPolicy")]
public class TestingTenancyAppService : ApplicationService, ITestingTenancyAppService

https://docs.microsoft.com/en-us/aspnet/core/security/authorization/policies?view=aspnetcore-5.0

Showing 10571 to 10580 of 11083 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 November 04, 2025, 06:41