Hi Yuki
What you’re seeing after moving to FSLogix 25.09 (3.25.822.19044) is classic tokens not roaming behavior. Teams/Outlook/OneDrive keep asking to sign in because the WAM/AAD tokens live in LocalAppData and aren’t persisting across sessions with your current settings.
Try this, in order of impact:
Roam identity tokens with FSLogix Profiles -> turn on RoamIdentity ODFC (Office Container)
-> also turn on RoamIdentity and Office activation
HKLM\SOFTWARE\FSLogix\Profiles\Enabled = 1 HKLM\SOFTWARE\FSLogix\Profiles\RoamIdentity = 1 HKLM\SOFTWARE\FSLogix\ODFC\Enabled = 1
HKLM\SOFTWARE\FSLogix\ODFC\RoamIdentity = 1
HKLM\SOFTWARE\FSLogix\ODFC\IncludeOfficeActivation = 1
Make sure your redirections.xml (if you use one) is not excluding these paths. They need to live inside the container:
%LocalAppData%\Packages\Microsoft.AAD.BrokerPlugin_* %LocalAppData%\Microsoft\TokenBroker %LocalAppData%\Microsoft\IdentityCache For new Teams, also keep the MSIX package data inside the container: %LocalAppData%\Packages\MSTeams_8wekyb3d8bbwe
Clear stale tokens once for an affected test user (one time action) -> sign out everywhere, then remove the user’s cached tokens and let them sign in once so FSLogix captures the fresh state:
delete %LocalAppData%\Packages\Microsoft.AAD.BrokerPlugin_\AC\TokenBroker
delete %LocalAppData%\Microsoft\TokenBroker*
delete %LocalAppData%\Microsoft\IdentityCache* for Teams: sign out in Teams, exit, remove its LocalCache, start again
If you rely only on the Profile Container, enable it for all users that run M365 apps.
If you split Profile + ODFC, keep ODFC enabled so Outlook/OneDrive/Teams + activation roam reliably.
Check the basics that cause token churn -> AV exclusions for the VHD/VHDX and the profile share, no sporadic file locks, correct NTFS/SMB permissions, and stable storage (Cloud Cache: healthy providers). Flaky I/O often surfaces as repeated sign-in prompts.
Workarounds:
if you need immediate relief: temporarily disable WAM sign-in for M365 to fall back to ADAL tokens, or keep only one Teams version (new Teams preferred), but permanent fix is roaming identity as above.
This usually stops the daily sign-in prompts within one logon cycle. If you still hit a loop after enabling RoamIdentity, share whether you use redirections.xml, Cloud Cache, and which Teams build (classic vs new). I could try adjusting the exact keys/paths for that mix.
Best regards,
Finn