I'm using the MSAL Browser library Login on js client with using acquireTokenSilent or acquireTokenPopup to get access token and refresh token.
The refresh token I'm getting is valid for 1 day as can be seeing on refresh the access token section:
I want to change my login process to get a refresh token that will be valid for 90 days. How is it possible?
My server is .NET Core.
Thanks!