Activities of "maliming"

hi FarReach

We will check your license. : )

hi

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Please share some screenshots.

hi

I think you can use IAccessTokenProvider to get access token.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/AccessTokenProviderIdentityModelRemoteServiceHttpClientAuthenticator.cs

hi

I think you can use IAccessTokenProvider to get access token. Eg: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/AccessTokenProviderIdentityModelRemoteServiceHttpClientAuthenticator.cs

Blazor will use Dynamic-CSharp-API-Clients to call remote APIs. https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients

hi

These features are not implemented by default, you can implement it yourself with these infrastructure below.

https://docs.abp.io/en/abp/latest/Event-Bus https://docs.abp.io/en/abp/latest/Background-Workers https://docs.abp.io/en/abp/latest/SignalR-Integration

Answer

hi serdar.genc@talentra.net

How to reproduce your problem with code?

Answer

hi cellero and trendline

Open source version is done, commercial Will be done in 30-60 minutes.

hi

Will it works without SubDirectory?

hi

This only works for MVC with no tiered project.

var isPersistent = (await HttpContext.AuthenticateAsync(IdentityConstants.ApplicationScheme))?.Properties?.IsPersistent ?? false;
await SignInManager.SignOutAsync();
using (CurrentTenant.Change(user2.TenantId))
{
    var user2 = await UserManager.GetByIdAsync(user2.Id.Value);
    await SignInManager.SignInAsync(user2, isPersistent);
}

HI

You should load the SiteData navigation property when querying the SubnetDataModel. Then the Automapper will works.

https://docs.abp.io/en/abp/latest/Entity-Framework-Core#eager-loading-load-with-details

Showing 7901 to 7910 of 8483 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54