I would like to be able to login on the same browser with different users using 1 Identity server with oauth2.0 from multiple apps - is this possible?

Viewed 7

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

The issue is that the 1 identity server using oauth 2.0 redirects with a cookie which is the same for both apis (since its coming from the 1 identity server). This means I cannot log into multiple accounts using the same browser.

Anyone have any idea on how to solve this issue?

0 Answers
Related