Skip to content

Version 24.4.0

Latest

Choose a tag to compare

@p3dr0rv p3dr0rv released this 18 Jun 00:59
0ce11e4
  • [PATCH] Fix incorrect Chrome Dev (com.chrome.dev) signing certificate thumbprint in AppRegistry — Browser SSO previously rejected Chrome Dev with "Caller is not an authorized browser application"
  • [MINOR] Add IS_SWITCH_BROWSER_FLOW flag to PropertyBag so OneAuth can detect when the switch browser protocol was used during interactive auth (#3145)
  • [MINOR] Add Microsoft Defender for Endpoint (MDE) to AppRegistry authorized app lists (GET_DEVICE_TOKEN, DEVICE_REGISTRATION) (#3149)
  • [MINOR] OnboardingTelemetryRecorder.finalizeBlob() emits the populated blob whenever a valid sessionCorrelationId is present (previously returned empty when blockingErrors was empty) (#3148)
  • [PATCH] Change SWITCH_BROWSER_PROTOCOL_REQUIRES_STATE flight default to true - overridden by Broker to false (#3144)
  • [MINOR] Add enableSwitchBrowser opt-in param to AuthorizationActivityFactory/Parameters so consumers (OneAuth) can signal switch_browser=1 when a compatible browser is available (#3137)
  • [PATCH] Remove stale code, eliminate flickers due to BrokerAuthorizationActivity (#3139)
  • [MINOR] Add SwitchBrowserRedirectActivity for non-broker Switch Browser protocol flows. BrokerBrowserRedirectActivity now extends this shared base class (#3133)
  • [PATCH] Update OpenTelemetry to 1.62.0 (#3125)
  • [MINOR] Disabling GetCookies API from webapps APIs (#3135)
  • [MINOR] Enable passkey registration by default in CommonFlight (ENABLE_PASSKEY_REGISTRATION) (#3132)
  • [MINOR] Add NativeAuthRequestInterceptor for custom per-request headers in native auth flows (#3112)