hi
app-pro
template project with the Lepton theme, then check its source code.hi
The error is Bearer was not authenticated. Failure message: IDX10206: Unable to validate audience. The 'audiences' parameter is empty.
Please share an access_token
and the request logs for how you get the access_token
.
Thanks.
hi
The My.Plugin
is a module. It would be best not to use it as a Plugin.
You can depend on the My.Plugin
module in your My.Platform
project.
hi
Have you gotten any error logs in your microservices?
hi
Based on your requirements, you should download and integrate the Identity Pro source code to implement these new features.
Check the How it works
section to extend yours.
https://abp.io/docs/latest/modules/identity/session-management#how-it-works
hi
I mean you do not need to merge multiple tenant databases into a single database
, You can just switch to query the data of all tenant and host.
hi
The packages exist on https://nuget.abp.io .
https://abp.io/packages https://abp.io/docs/latest/ui-themes/lepton?_redirected=B8ABF606AA1BDF5C629883DF1061649A#nuget-packages
hi
I will ask our colleague.
hi
I'm trying to come up with a good solution to merge multiple tenant databases into a single one for reporting
You can switch the current tenant ID to query the tenant's data. Have you tried this?
hi
You can replace all the basic
packages with leptons
.
Update the module depends
and csproj
files.