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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
The client-side telemetry API (ITelemetryClient) is now generally available. See 3784.
Added WithSearchInCacheForLongRunningProcess() modifier which allows InitiateLongRunningProcessInWebApi method to search in cache. This flag is intended only for rare legacy cases; for most cases, rely on the default behavior of InitiateLongRunningProcessInWebApi and AcquireTokenInLongRunningProcess. See 4124.
Bug Fixes
WithTenantId can now be used with dSTS authorities to overwrite the tenant. See 4144, 4145.
Fixed a bug in token serialization for rare cases when an ID token has no oid claim. See 4140.