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
The Policy object in the 7.x version of the node SDK lacks the conditions property, breaking the 6.x paradigm of fetching a policy, updating this collection and saving it back. No workaround is documented in the release notes.
Describe the bug
The Policy object in the 7.x version of the node SDK lacks the
conditions
property, breaking the 6.x paradigm of fetching a policy, updating this collection and saving it back. No workaround is documented in the release notes.Reproduction Steps?
@okta/okta-sdk-nodejs
library to 7.xusing:
Observe that the
Policy
object lacks aconditions
property.SDK Versions
System:
OS: Windows 11 10.0.22631
CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
Memory: 4.07 GB / 15.71 GB
Binaries:
Node: 21.3.0 - C:\Program Files\nodejs\node.EXE
npm: 10.2.4 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Chromium (126.0.2592.68)
Internet Explorer: 11.0.22621.3527
npmPackages:
@okta/okta-sdk-nodejs: ^7.1.1 => 7.1.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: