I have created my application in angularjs. In which I have attached openid with linkedin to fetch connections from linkedin account. I have gave functionality to add connections from multiple linkedin accounts so when from 1 account's connection fetched need to logout or revoke authentication from same webpage & again pop-up for login window. so it is possible to get connections from another account.
But my problem is that if I have already login in linkedin in another tab then in my application it is not asking me to login again. it is taking same login user again & again. so how can I overcome from this problem?
Note : I am using REST APIs of linkedin to fetch connections & basic profiles & using Oauth2.0 for authentication.