We would like to enable our Tenants to register their own applications (Clients) in OpenIddict. Their registered applications can then access the data in that Tenant only.
Is this possible?
I agree about the known issue.
The issue though is that the angular app is sending out the '__tenant' header unnecessarily. '/getEnvConfig' doesn't seem to need the header to be sent out.
Or is there a way to prevent that header from being unnecessarily sent out?
The angular app is getting the environment configuration with the tenant header included, which is unneccessary.
How can we prevent the angular frontend from sending this header?
If you're creating a bug/problem report, please include followings:
Seems to be resolved.
How can we enable DbContext Pooling as described here:- https://learn.microsoft.com/en-us/ef/core/performance/advanced-performance-topics?tabs=with-di%2Cwith-constant
It has some performance advantages as described in the documentation above.
Considering that the abp codebase uses the following pattern to configure dbcontext.
How would we enable dbContext pooling?
I understand it's not supported.
I would like to generate just the type script proxies but without a dependency on angular.
Do we have to use something like nswag instead?
We want to generate client-side proxies without the dependency on angular.
We want to use the generated proxies in a React application. Including models and services.
We are experiencing frequently recurring HTTP 500 Errors when restoring packages in our CI/CD environment.
This is affecting our productivity and lowering our velocity.
Is there a workaround for this?