أنشطة "mostafa_ibrahem22@hotmail.com"

Hi,

Thanks for support muhammedaltug

  • I Publish my application on - two Servers for API (API-SERVER-ONE , API-SERVER-TWO) and made f5 load balancer with url "API.xyz.com" - two Servers for SSO (SSO-SERVER-ONE , SSO-SERVER-TWO) and made f5 load balancer with url "sso.xyz.com" - two server angular (UI-SERVER-ONE , UI-SERVER-TWO) and made f5 load balancer with url "ui.xyz.com" - one server Redis

if first call F5 transfer request to generate token from API-SERVER-ONE that may be uses (SSO-SERVER-ONE or SSO-SERVER-TWO) and in second request if call F5 transfer request to generate token from API-SERVER-TWO that may be uses (SSO-SERVER-ONE or SSO-SERVER-TWO)

return Unauthorized

  • ABP Framework version: 5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
إجابة

Hi,

after we search, we found in IIdentityServer.AddDeveloperSigningCredential Generate different tempkey.jwk for each server,

and ABP was created as a private method in the module "Volo.Abp.IdentityServer.Domain" but actual not used, private static IIdentityServerBuilder AddAbpDeveloperSigningCredential

I solve the problem with the following code:


PreConfigure<AbpIdentityServerBuilderOptions>(builder =>
            {
                builder.AddDeveloperSigningCredential = false;
            });
            
var certificate = new X509Certificate2(filePath, password);
services.AddSigningCredential(certificate);
PreConfigure<IIdentityServerBuilder>(builder =>
	{
    	builder.AddSigningCredential(certificate);
	});

Is there any notes can you provide me in publishing Projects? or Is there any Videos to help me publish abp project?

إجابة

Thanks for your support

سؤال

abp use ng-zorro-antd [https://ng.ant.design/docs/introduce/en] in pro account module, we use nz-tree-select [https://ng.ant.design/components/tree-select/en] but it not working because style.

how can use ng-zorro-antd in general, and how to fixed style problem.

  • ABP Framework version: v5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
إجابة

Dears,

Kindly your support,

إجابة

Dears,

Kindly support,

إجابة

How ABP added ant-design style in organization screen without added it in angular.json?

How can I make EntityCreatedEto "Pre-Defined Events" In Distributed Event Bus consume from multiple Applications?

more explain

abp use "direct exchange", how can I change some "Pre-Defined Events" to fanout exchange or how can I use one message and multiple consumers?

  • ABP Framework version: v5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
إجابة

Dears,

Kindly your support

عرض 71 الي 80 من 83 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11