Hi
I can prepare and account for sure, how can I share the login data?
If you write to me an email è reply with credentials.
Can you explain more details? The problem happen in swagger and in angular app but only from 1 app and not in both
Hi
nop the problem is very high.
Our second app read all logs from db.
We check on Postgres SQL and no tenant will be submitted on the query.
Ok
I try to check if this pattern can be use in our scenario
We found another issue.
If we try to execute the audit log from second app we see the host log. We check on DB and tenant filter not flow but if we do the same operation (same tenant) on first app we see only log for our tenant
Hi
we have an app with single auth server from a second app we see all log host and tenant
we still have an issue releted to this ticket https://support.abp.io/QA/Questions/3924/Multitenant-on-separated-IDS.
If we try to login from API on swagger is impossibile to do login because the Auth is set to base and not to tenant Auth
No I've only one handler but it's in a module that I use twice.
Module product with handler ChangeProductHandler. I use this module on ERP and E-Commerce
I've 1 database anche 2 separate API/UI
Hi
In my module I've a distributed event (es. new order created) so my handler catch it and write on Db the new data. Now I use my module in 2 application connected to my Bus. In this scenario I've more then 1 write process
My goal is find a way to create handler for the event but enable / disable it to prevent multiple write data, which is the best way to do that?
Hi
we have created 2 app (angular apps) and we use a single Auth server.
Our goal is from app1 move to app2 without reinsert credentials.
Our landscape is confgured in multitenant enviroment with tenant resolver, so we have
The first App use a login embedded on Angular when I click in a link that redirect to App2 I land on home but I'm not already logged in. I click the login button but I need to re enter my credentials.
Is it possibile to login directly?
If I go on Auth server page after login I can see all my apps but only one (the first) if I click I can go inside already loggedin the second no
I see that if I configure auth server with this options and try to login from api (https://customer1.api.myapp.com) I can't login
"SelfUrl": "https://auth.myapp.com",
...
"TenantResolver": "https://{0}.auth.myapp.com"
If I remove the tenant resolver I see the login page from auth server I need to inser manually the tenant but it works
Hi I know but I don't found any other solution