WeSearch

Fixing AADSTS700082: refresh tokens expiring after 12 hours in Azure Entra External ID

·7 min read · 0 reactions · 0 comments · 21 views
#azure#authentication#mobile#tokens#identity
Fixing AADSTS700082: refresh tokens expiring after 12 hours in Azure Entra External ID
TL;DR · WeSearch summary

The article discusses an issue with refresh tokens expiring after 12 hours in Azure Entra External ID, affecting user experience in a mobile app. The problem was traced to a configuration setting related to Sign-in Frequency rather than a bug in the refresh token system. The author provides insights into the symptoms, what was ruled out, and the eventual resolution of the issue.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1282259) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Sam Vanhoutte Posted on May 20 Fixing AADSTS700082: refresh tokens expiring after 12 hours in Azure Entra External ID #azure #oauth Fixing AADSTS700082: refresh tokens expiring after 12 hours in Azure Entra External ID At libelo we use Azure Entra External ID (CIAM) (Customer Identity and Access Management) as the identity provider for our React Native mobile app.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)