React sso spa , refresh token

I have created a React SPA application with sso with refresh token configured in the application. I am trying to refresh the access and ID tokens using refresh token. now everytime when token endpoint is getting triggered my application is getting refreshed. Also to continue my ui session do I need to call token endpoint manually

In scopes I am using the default scopes and offline_access scope.
Any help will be appreciated thanks

@Ayush This sounds like it could be related to some logic in the app, rather than the behavior of using a refresh token. Can you try testing with our sample react app to see if you observe similar behavior?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.