Orchestration SDK for iOS changelog
Subscribe to get automatic updates:
Orchestration SDK for iOS 2.1.1
September 4, 2026 patch
Updated
-
Updated RecaptchaEnterprise dependency to 18.9.1 for Xcode 27 and iOS 27 compatibility. [SDKS-5306]
Orchestration SDK for iOS 2.1.0
July 22, 2026 minor
Key features
-
Pushed Authorization Requests (PAR). [SDKS-4235]
PAR sends OAuth 2.0 authorization parameters directly to the server before the redirect begins, keeping them out of the browser URL and reducing the chance of them being tampered with or exposed in logs or referrer headers.
Learn more in Configuring iOS apps for Pushed Authorization Requests.
-
OAuth 2.0 Device Authorization Grant. [SDKS-4785]
The Device Authorization Grant is designed for devices with no browser or keyboard, such as smart TVs or set-top boxes. Users authenticate on a secondary device like a phone, and the primary device receives a token once sign-in completes.
Learn more in Configuring iOS apps for the Device Authorization Grant.
-
Standardized JSON configuration. [SDKS-5066]
All SDK modules now support a shared JSON object or file for configuration. This makes it straightforward to manage settings across environments and to share a single configuration file across Android, iOS, and JavaScript.
Learn more in:
Added
-
Added
PollingCollectorfor DaVinci flows. [SDKS-4682] -
Added
QRCodeCollectorfor DaVinci flows. [SDKS-4680] -
Added
BooleanCollectorto support Checkbox and Switch input types in DaVinci forms. [SDKS-4920] -
Added
ReadOnlyTextCollectorfor DaVinci forms. [SDKS-4928] -
Added rich text and embedded link support to
LabelCollectorthrough newRichContentandRichContentReplacementtypes. [SDKS-4245] -
Added support for phone number extensions in
PhoneNumberCollector. [SDKS-4668] -
Added
PushError.pushNumberChallengeErrorto surface a distinct failure for Push Number Challenge responses. [SDKS-5115] -
Added
preferImmediatelyAvailableCredentialsoption to FIDO authentication to restrict the ceremony to locally-available credentials only, if they exist. [SDKS-5212] -
Added
AuthMigrationmodule for migrating existing sessions from the legacy ForgeRock SDK. [SDKS-4773] -
Added Page Node description, header, and footer support. [SDKS-4762]
Fixed
-
Fixed permanent authentication failure after iCloud device migration caused by a Secure Enclave key mismatch. [SDKS-5172]
-
Fixed
PingFidoWebAuthn registration ignoring the configureddisplayNameduring passkey creation. [SDKS-5211] -
Fixed
PasswordCollectornot handling nested password policies. [SDKS-4695] -
Fixed PIN verification during device binding registration. [SDKS-5015]
-
Fixed
Protectcollector being triggered multiple times within a flow. [SDKS-4769] -
Fixed browser close and reset logic. [SDKS-4717]
-
Fixed device binding authenticators incorrectly reporting as supported on the simulator. [SDKS-4836]
-
Fixed
DeviceBindingConfigdevice name defaulting to the user-assigned name instead of the device model. [SDKS-4850] -
Fixed
DefaultDeviceIdentifierto reuse the legacy device identifier when available. [SDKS-4630] -
Fixed Swift build failures caused by a platform bump and missing
canImportguards. [SDKS-4916] -
Fixed FIDO ceremony logs not routing through the workflow logger. [SDKS-4924]
Orchestration SDK for iOS 2.0.0
April 15, 2026 major
Key features
-
The initial release of the Orchestration SDK for iOS is now available with new features and additional support.
This release supports the following key features:
-
Authentication journeys. [SDKS-3918]
-
OATH-based MFA in authentication journeys. [SDKS-4100]
Learn more in Integrating OATH-based one-time passcode auth journeys.
-
Push-based MFA in authentication journeys. [SDKS-4105]
Learn more in Integrating with Push MFA auth journeys.
-
FIDO and Passkeys in authentication journeys and DaVinci flows. [SDKS-4137]
-
Device binding in authentication journeys. [SDKS-4117]
Learn more in Introducing Device Binding.
-
Device profiling in authentication journeys. [SDKS-4128]
Learn more in Introducing Device Profiling.
-
reCAPTCHA Enterprise in authentication journeys. [SDKS-4440]
Learn more in Integrate with Google reCAPTCHA Enterprise.
-
Self-managing MFA devices registered in Advanced Identity Cloud and PingAM. [SDKS-4491]
Learn more in Managing registered devices.
-
Added
-
Added new
PingNetworkmodule. [SDKS-4496] -
Added new
PingDeviceIdmodule. [SDKS-4122] -
Added new
PingTamperDetectormodule. [SDKS-4366] -
Added new
PingJourneyPluginandPingDavinciPluginmodules. [SDKS-4492] -
Added new
PingCommonsmodule. [SDKS-4104] -
Added support for core callbacks in the
PingJourneymodule. [SDKS-4060] -
Added support for native social login to Facebook, Google, and Apple in Advanced Identity Cloud and PingAM journeys. [SDKS-3898]
-
Added migration mechanism for existing device binding data from the ForgeRock SDK to the Orchestration SDK for iOS. [SDKS-4495]
DaVinci client for iOS 1.3.0
October 23, 2025 minor
Added
-
Added support for PingOne Protect, by using the new
PingProtectmodule. [SDKS-4073]Learn more in Evaluating risk with PingOne Protect.
DaVinci client for iOS 1.2.0
July 8, 2025 minor
Added
-
Added support for native social login with Apple, Google, and Facebook. [SDKS-3450]
-
Added support for PingOne Forms one-time passcode (MFA) components
DEVICE_REGISTRATION,DEVICE_AUTHENTICATION, andPHONE_NUMBER. [SDKS-3563] -
Added access to the previous
ContinueNodenode from anErrorNode. [SDKS-3891] -
Added access to the
keyattribute ofLabelCollector. [SDKS-3956]
DaVinci client for iOS 1.1.0
April 17, 2025 minor
Added
-
Added support for additional PingOne Form fields. [SDKS-3671, SDKS-3672]
-
Label
-
Checkbox
-
Dropdown
-
Combobox
-
Radio list
-
Flow link
-
-
Added an
external-idpmodule to support social sign on with supported external IDPs by using browser redirects. [SDKS-3720, SDKS-3920]Supported external IDPs:
-
Apple
-
Facebook
-
Google
-
-
Added
Accept-Languageheader to support localization. [SDKS-3623] -
Added ability to validate PingOne Form fields. [SDKS-3671, SDKS-3672]
-
Added support for default values in PingOne Form fields. [SDKS-3674]
-
Added a
PingBrowsermodule. [SDKS-3920] -
Added Swift 6 support. [SDKS-3728]