I have an application integrated with IPD: I opened 2 tabs on Chrome to log in to the application in different environments. When the second tab logged the first tab auto reloaded. This issue does not happen when I disabled the auto refresh token.
If anyone already fixed this issues please share the solution.
I think you've answered your own question. You're using the SSO feature of your token server. That's how that works.
@brockallen Thanks for your answer. Let me explain the current my environments.
We have 4 environments (DEV, SIT, UAT and PRD) that using the same IDP server. The identification of the application based on the name example: App SIT, App UAT.
I open 2 tabs on the Chrome and login to both SIT and UAT environments the applications are kept login again and again on both tabs.
If you have any ideas to fix this issues please share with me as my clients want to login to the environments at the same time.
We have 4 environments (DEV, SIT, UAT and PRD) that using the same IDP server.
I open 2 tabs on the Chrome and login to both SIT and UAT environments the applications are kept login again and again on both tabs.
based on how you've done your setup, that's the behavior you've designed.
in short, don't use the same token server for the different environments. that's dangerous.
Dear @brockallen thanks for your help. I will check with Architecture team to build different IDP for each environment.