I'm trying to achieve a scenario where having a no expiry refresh token in my react application so users don't need to keep re-login every 24 hrs. But in the current implementation with the MSAL js library, it is only allowing to use of the Authorization code flow and it is not allowing to have no expiry tokes as per this documentation[1][2].
Is there any way we can use Azure AD B2C with no expiry refresh token? using SPA app with MSAL or any other react OIDC library
Highly appreciate Microsoft azure b2c experts insights on this
Thanks