hi
I don't think your tenants will exceed 100 out of 256, so this can be ignored for now.
Maybe you can call Azure's API in your application to add or remove new URLs when tenants are created or deleted.
你是否对OpenIddict做了任何的自定义修改?
如何使用默认的模版项目复现问题?
hi
I'm not familiar with Azure.
Let’s make it clear:
eg: https://tenant1.myazure.com https://tenant2.myazure.com
Where do you need to confiture URL? In the database or Azure?
Because you can use a wildcard redirect URL and a post-redirect URL in the database.
Thanks.
这个错误的原因是access token中Audience不包含odic的ClientId
你是否对OpenIddict做了任何的自定义修改?
如何使用默认的模版项目复现问题?
你好
完整的OpenIddict IntrospectAccessToken日志是?
hi
Do you mean Azure doesn't support https://abp.io/community/articles/resolving-tenant-from-route-in-abp-framework-ah7oru97
Thanks.
hi
The first issue is that I don't know how to properly override _Sidebar.cshtml. This documentation (https://abp.io/docs/latest/ui-themes/lepton-x/mvc) says I can override with a file with the same name and under the same folder, but without any source code, I don't know how to do this. I feel like I need something to work off of to be able to modify it, since I don't know the logic behind it, the names of the components, etc. Worst case scenario, I could decompile the dll's to look at the source code, but I feel like that is likely not the intended workflow here.
The file should be located at /Themes/LeptonX/Layouts/Application/_Sidebar.cshtml. Just create a _Sidebar.cshtml file in your project with the same path.
The second issue is that I don't know how to tie in to the appearance mode switcher. I feel like the closest I got was with this support ticket (https://abp.io/support/questions/7452/How-to-configure-LeptonX-theme-appearance-without-having-to-make-you-own-version-of-it-just-for-simple-changes), but the javascript provided was to set a default that never changes. I tried to set leptonx.globalConfig.defaultSettings.appearance but it threw an error saying it only has a getter, not a setter. I can't find any documentation on this so I need help figuring out how to tie in to this programmatically so I can create my own buttons.
Can you share some screenshots? Which component do you want to customize?
btw, you can download the LeptonX source code for more customization.
> abp get-source Volo.Abp.LeptonXTheme
Thanks.
hi
You can see : https://abp.io/community/articles/resolving-tenant-from-route-in-abp-framework-ah7oru97
But using sub-domains will be easy.
Thanks.