Does React SPA supports multiple login flow at one time

Hello All,

Can anyone guide me, does react SPA support multiple login requests at the same time? I have used the react SPA to process the okta login with the Desktop client. Now React app is deployed on the AWS server and we want to sure how we can allow logon from their desktop sso to login to that react app and return the access token at the same time. Also let me know if there is any way to clear the session of a desktop client without browser?

If you’re talking about the Okta React library then I think you may need to beware of race conditions with multiple concurrent auth flows in the same app.

If you’re able to retrieve the session id then you can use this endpoint with an Okta API token.

There is another endpoint as well that uses the user id instead but it will remove all active sessions.