With the ASP.Net core MVC and jQuery template (SQL) , i have observed that you cannot switch from :
- Host to tenant and vice versa OR
- Switch from one tenant to another
Without clearing cookies. This happens in Chrome/Edge and Firefox. The switch button just does not appear without clearing cookies.
Is this a bug previously reported ? Can you check please ? Because customer might raise this issue too.
Thanks
4 Answer(s)
-
0
Hi,
Sorry,I did not understand your question, Can you explain in detail? Thanks.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi @alper
I am using the microservices solution. we have 2 angular clients. When I signout from the 1st angular client and sign in as a different tenant. the 2nd Angular client remains logged in with the old signed in tenant till the cookies are cleared/deleted manually.
How can we overcome this issue?
Thanks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
this is not directly related to ABP. this is a subject of Identity Server. If you add your clients to the Identity Server front channels then account module will navigate to those logout endpoints to force them log out.
This is in the
IdentityServerClientstable and field isFrontChannelLogoutUri.
closing the issue since the main question is answered or timed out.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)