You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix missing Graph permissions, stale token fallback, and wire logger (#10)
- Rust setup scripts: add all 7 required Graph permissions (was only
User.Read) and update admin consent scope string to match
- Swift AuthService.refreshToken(): clear accessToken on silent refresh
failure instead of returning the stale expired token
- Swift setup scripts: generate full Configuration.plist with
RedirectUri, TenantId, Scopes, and Endpoint (was only ClientId)
- .NET WireLog: re-create StringContent after reading body for logging
so base.SendAsync() doesn't send an empty payload at verbosity 2
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments