hi
There is no logout request in your HAR file.
Can you share an online URL, username, and password?
I will log in and test the logout function.
Thanks.
liming.ma@volosoft.com
ok, I will ask our angular Team.
Thanks.
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