Deprecated
The functionality listed here is deprecated, and likely to be removed in a future release.
Deprecated since ForgeRock SDK for JavaScript 4.0
- JavaScript
support
configuration property -
The
support
configuration property has been removed in ForgeRock SDK for JavaScript 4.0.This property could be used to change the way the SDK would make requests to the
/authorize
endpoint in OAuth 2.0 flows.If you configured the SDK to use the
modern
option, you might notice that your app uses the default iframe method to call the/authorize
endpoint if you upgrade to this version of the SDK. This technical difference will not negatively impact your app’s user-experience or require any code changes.If you were using the
legacy
option or not providing a value for thesupport
property at all, you will likely obtain improvements in latency and a reduction of errors in the logs when upgrading to ForgeRock SDK for JavaScript 4.0.
Deprecated since ForgeRock SDK for Android 3.0
- Android native single sign-on (SSO)
-
The Android platform has deprecated
sharedUserId
that underpins the ForgeRock SDK for Android native SSO implementation.This native SSO implementation will not be viable after
sharedUserId
is removed from the Android platform.