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
jQuery is an important component that affects XUI and other javascript libraly.
jQuery which OpenAM includes is an old version and does not reflect the latest improvements.
Solution
Upgrade jQuery to 3.4.0 or later for reflect the improvements.
Additional context
jQuery inclusion status
Repositories forgerock-ui and openam
Build artifacts include jquery v1.11 and jquery v2.1.
Known problem
Upgrade to jQuery-3.4.0
Cannot login to OpenAM.
Upgrade to jQuery-3.3.1
Cannot add subject at Authorization -> Policy Sets -> Environments.
Cannot add property at Server defaults -> Advanced.
The text was updated successfully, but these errors were encountered:
Deferred .then() now works asynchronously in jQuery 3.x. As a result, it seems that the order of XUI processing was broken and problems began to occur.
Another behavior change required for Promises/A+ compliance is that Deferred .then() callbacks
are always called asynchronously.
Previously, if a .then() callback was added to a Deferred that was already resolved or rejected,
the callback would run immediately and synchronously.
Description
jQuery is an important component that affects XUI and other javascript libraly.
jQuery which OpenAM includes is an old version and does not reflect the latest improvements.
Solution
Upgrade jQuery to 3.4.0 or later for reflect the improvements.
Additional context
jQuery inclusion status
forgerock-ui
andopenam
Known problem
Upgrade to jQuery-3.4.0
Upgrade to jQuery-3.3.1
Authorization
->Policy Sets
->Environments
.Server defaults
->Advanced
.The text was updated successfully, but these errors were encountered: