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.
-
0
this issue has not reported yet. is this still happening? can you give us repro steps or show screenshots / Gifs / videos about the problem.
-
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
-
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
IdentityServerClients
table and field isFrontChannelLogoutUri
.
closing the issue since the main question is answered or timed out.