Base solution for your next web application

Activities of "SRTMDEV"

i have check again online but same issue faced.

https://demo.aspnetzero.com/app/admin/tenantSettings

can you please check it as soon as possible.

Thanks.

not working

Hi @SRTMDEV

Could you create a not modified 13.1 version and see if this feature works.
In that case, we can understand if this is related to your upgrade progress or not.

yes, previous version 11.0.0 version in only logo upload functionality availble and working fine. Our upgrade process completed and try to change application logo and icon. but no any effect in our application. then i have check default anz project and also online demo check but same issue faced.

Hello Team,

On single instance we are able to visit https://YOUR-API-WEBSITE/swagger endpoint via browser but on multiple instances we won't able to access it.

Thanks, SRTMDEV

Currently, TenantId is automatically taken from the passed token during inserting data. Due to that there is a possibility it will ignore tenancy URL and insert data with TenantId which is available in token/session. Is there any functionality in ANZ to unauthorize any request if the token TenantId and tenancy URL do not match?

Hi @SRTMDEV

Do you also send Abp.TenantId request header ?

No, we are just passing token in header

Thanks you m.aliozkaya for your response. Currently I am looking for how I can communicate my ANZ web app from externally without Username and Password. I have two type of scenario for external application. In 1st external app who want to access our ANZ app API can use ClientId and ClientSecret to communicate and in 2nd scenario there is our external app which can be access from our app. Tenant user can redirect to our external app and I am thinking some AccessToken kind of send via external URL and can communicate ANZ using that token from our external app. In both case I can auto create ClientId, ClientSecret or AccessToken while generate tenant and can use in such scenario. Any of your idea are really appreciate to achieve such requirement.

Hello Team,

Any update on above? We have a scenario where our client app need to communicate with our server app using API. Out of client id and secret, is there any other token we can generate per tenant which case use for client app and with that token we can communicate to our server?

Hi @SRTMDEV

I couldn't understand the problem very well but you may use IMustHaveTenant instead of IMayHaveTenant which doesn't allow NULL values.

Hello ismcagdas, My requirement is I want to create some master/template data in Host side and want to copy this data when creating new tenant. Now I am use same database and table for Host and Tenant so in this case IMustHaveTenant can not be use.

It is not how it is designed. To make this change, you have to make changes in many places, including the framework's code. Why do you need that? We may offer another solution to you.

Hello Team, Currently we have a requirement where we need to setup master data in Host tenant and copy in each of tenant. Now if copy master-detail data, then we have to do operation for each table to maintain master identity in child table. To eliminate this we introduced GId in which there is no any required to change data while copy to tenant. Now here we want to maintain Primary/Foreign Key in respected table with combination of Tenant Id and GId but due to Tenant Id is allow to NULL we are unable to set. With limitation, we need to write EF join query to read data from child table.

Showing 1 to 10 of 64 entries