Activities of "MahmoudA"

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

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
Question

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

I use mvc project

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.

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"];
            });

Showing 1 to 6 of 6 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11