Base solution for your next web application

Activities of "ulaskurt"

I can send tenant information from Abp.TenantId without sending a coin in my local tests. But when I publish it to the server, I can not find a tenant. I am using a single deployment - single database. Override the IAbpSession object (AspNetZeroAbpSession - TenantIdAccessor) but I did not get a result. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/8cc457e12a59374133ef90c2aebd6de71738ad07/src/MyCompanyName.AbpZeroTemplate.Web.Core/MultiTenancy/TenantIdAccessor.cs">https://github.com/aspnetzero/aspnet-ze ... ccessor.cs</a>

What could be the problem?

Regards.

I put the user login information to tenants token generating tokens inside. Most likely ABP is doing it myself, but I do not understand how to use it. We can read the token and access the tenant information in requests coming from the API. :| I would be glad if you could help.

Showing 1 to 2 of 2 entries