Activities of "MahmoudA"

Dear all,

would you please help me solve this issue? I am trying to support this scenarion 1- The host used the API https://fwateer.azuresites.net/api/saas/tenants to create an active tenant named "tenant123" 2- The user tenant "Tenant123" ants to access our apis using https://tenant123.fwateer.azuresites.net/api/app/[apiname]

When we try to access the site using the subdomain tenant123.fwa.... it does not work, although we have the below code in the configservice

would you please send me the steps to atchive such thing. Thanks Mahmoud

context.Services.AddAbpStrictRedirectUriValidator();
            context.Services.AddAbpClientConfigurationValidator();
            context.Services.AddAbpWildcardSubdomainCorsPolicyService();
            Configure<AbpTenantResolveOptions>(options =>
            {
                options.AddDomainTenantResolver("{0}.fwateer.azurewebsites.net:44318");
            });

            Configure<IdentityServerOptions>(options =>
            {
                options.IssuerUri = configuration["App:SelfUrl"];
            });
Question

I want to change default page to dashboad.

Exmaple : when login as host redirect to host dashboard (not home) when login as tenant redirect to tenant dashboard (not home)

How can i do this ? I use mvc project.

Question

How to apply password setting ? ( Required length, Required lower case character, Required upper case character, Required digit )

I use mvc project

I want to logout all open tabs (or show popup describe he logout out) automatically when user logs out in one of them. how can i do this ?

  • ABP Framework version: v4.2.2
  • UI type: MVC
  • DB provider: EF Core

Hi there,

I use abp framework in this qualification :

  • ABP Framework version: v5.1.4
  • UI type: MVC
  • DB provider: EF Core

How to add Microsoft Graph in my abp solution to read my e-mails ? later on i might add webhook to get notified about new e-mails.

Thanks, Mahmoud

Showing 1 to 6 of 6 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08