Forum Discussion
keithfable
Oct 18, 2022Brass Contributor
24h refresh token lifetime for single page applications
Hi, I have a question about the 24 refresh token expiry for Teams apps that are SPAs. It seems like this restriction means that after 24 hours, the silent/background token fetch fails and my app ...
Sayali-MSFT
Microsoft
Oct 20, 2022keithfable - The maximum time period before which a refresh token can be used to acquire a new access token, if your application had been granted the offline_access scope. The default is 14 days. The minimum (inclusive) is one day. The maximum (inclusive) 90 days.
Please make sure Configuration done as mentioned in below document-
https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-tokens?pivots=b2c-user-flow#configure-token-lifetime
Please make sure Configuration done as mentioned in below document-
https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-tokens?pivots=b2c-user-flow#configure-token-lifetime