I cant log into different accounts on the same browser using an identity server with oauth2.0. Can anyone advise on how to do this?

Issue

This Content is from Stack Overflow. Question asked by matt sharp

We have a single identity server that uses oauth 2.0 to authenticate our apis against. We have 2 apis that use the single identity server to get the token.

My issue is that the single identity server using oauth 2.0 redirects with a cookie which is the same for both apis since its coming from the same single identity server. This stops me logging into multiple accounts using the same browser.

Anyone have any idea on how to solve this issue?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?