hi
The tenant switch element will show if the current tenant is getting from Cookie or QueryString
You can considering to override the Account layout
eg: https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Themes/Basic/Layouts/Account.cshtml#L64-L66
hi
I checked. Session management doesn't support IdentityServer` because it is no longer supported and maintained.
You can test it with OpenIddict.
https://github.com/abpframework/abp/issues/11989
Thanks.
hi
If possible, could you please refund my ticket?
This question does not meet the conditions for a refund. Thank you for your understanding.
hi
The angular this.authService.navigateToLogin(); can accept queryParams?: Params
You can add __tenant to this method.
https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/oauth/src/lib/strategies/auth-code-flow-strategy.ts#L78-L86 https://abp.io/docs/latest/framework/ui/angular/component-replacement
hi
Please enable the debug logs of API website and share the full request and response logs. We can check why the API took 2.43s.
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
hi
This Session management depends on the Dynamic Claims feature of the ABP framework.
Have you enabled the ynamic Claims?
Thanks.
https://abp.io/docs/latest/framework/fundamentals/dynamic-claims
https://abp.io/docs/latest/modules/identity/session-management https://abp.io/docs/latest/modules/account/session-management
hi
Have you set the DisableAccessTokenEncryption = false in the authsever project?
Thanks.
https://abp.io/support/questions/6562/How-to-implement-the-token-encryption-in-OpenIdDict#answer-3a105090-f2eb-80e3-6fae-d3b99bdca2ce
Thank you for your solution. 👍
hi
The page will always freeze for a few seconds.
You can consider always using server or wasm mode.
Change all @rendermode="InteractiveAuto" in App.razor file.
@rendermode="InteractiveServer"
or
@rendermode="new InteractiveWebAssemblyRenderMode(prerender: false)"
hi
Can I reproduce it by connection your redis server?
If so, please share a connection info.
liming.ma@volosoft.com
Thanks.