An auth hardening change appears successful until mobile app login starts looping while desktop login remains normal.
A SameSite fix solves desktop login and still breaks mobile webview SSO because the embedded browser handles cross-site cookie returns differently
Normal browsers pass, yet mobile webviews keep looping because they apply tighter or different cookie return rules.
Scenario
What to check first
- Identify the primary failure signal in the Desktop SSO Fixed, Mobile Webview Still Looping scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Validate the failing browser container class before changing provider or app callback logic broadly.
Questions worth viewing together
Community-field security problem inspired by mobile SSO discussions where SameSite fixes worked on desktop but not in webviews. A cookie fix proven in desktop Chrome does not guarantee the same outcome in embedded webviews.
Teams often blame the mobile SDK when the real issue is browser-container cookie behavior.
Embedded browsers are their own security and cookie platform, not just a smaller desktop browser.
Similar cases seen in the field