Activities of "alper"

  1. How can we add these Bank Entities to a global database or shared database.
    • if you don't inherit from IMultiTenant interface then the entity will be a shared entity across the tenants.
  2. If added, then how Tenant will access it? Do we need to extend the code in order to acess Global Bank Enitites? ( We seemlessly wants to access these Bank entites, like CurrentUser and CurrentTenant)
    • If you want to join Bank entity with Tenant entity then create a new table TenantBank entity. TenantBank entity properties are: TenantId <guid>, BankId <guid>
      Populating a bank dropdown query will Select bank.name, bank.id from TenantBanks where TenantId = xxxxxxx
  3. How can we implement Domain service for Bank Information like IdentityManager
    • Create IBankDomainService : IDomainService and BankDomainService : DomainService, IBankDomainService in the *.Domain project.
  4. Please suggest suitable Database Architecture and approach.
    • the answers explain the database architecture.

Let us know if we can get support via calls or online meetings

  • Sorry but there's no live support.

is this duplicate of https://support.abp.io/QA/Questions/1979/Exception-When-creating-BUnit-tests-for-Blazor#answer-c9001c91-e3ee-56b4-21c0-39ffb0f55e57 ?

"this is not possible with the known methods right now" says Microsoft developer. See this comment https://github.com/dotnet/aspnetcore/issues/37728#issuecomment-948511840

closing the issue. you can reopen anytime.

this is related to Identity Server configuration.

Also set your environment to Production/Staging (anything else rather than Development)

    ASPNETCORE_ENVIRONMENT = Development

https://support.abp.io/QA/Questions/1849/Running-the-Micro-service-Solution-on-Dockers#answer-0440d6d4-a097-2e90-3ab5-39fefb172a24

On the other hand, ABP doesn't make a license check when you publish your project in Release mode. Please make sure it's on release mode.

hi,

this problem is fixed in the newer versions. you can upgrade your project to ABP v4.4.3

Answer

This is not supported out of the box as the Identity Server changes need to be done. Gettting token is an Identity Server feature, to prevent sending tokens only with username & password, you can customize the Identity Server 4 or you can ask directly to Identity Server contributors https://github.com/IdentityServer/IdentityServer4. Check out https://docs.identityserver.io/en/latest/topics/custom_token_request_validation.html

Sorry but this is a 3rd party question and we have limited support on 3rd party library questions.

can you pls write your specific question? thanks

Showing 551 to 560 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11