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?