Open pmahindrakar-oss opened 4 months ago
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the stale
label.
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the stale
label.
Describe the bug?
The Okta server supports adding ProgressiveProfilingAction which allows to create a profile enrollment policy rule where additional info if absent for the user , then he will be prompted to enter it when logging in.
We had okta UI made a change to create profile enrollement policy and enabled ProgressiveProfilingAction checkbox. The get call retrieves it but when we call an update call to the rule with the payload retrieved from get call then it fails with the following error
What is expected to happen?
Expected the API to succeed
What is the actual behavior?
Failed to update
Reproduction Steps?
Additional Information?
No response
Golang Version
go version go1.21.8 darwin/arm64
SDK Version
okta-sdk-golang/v2 v2.12.1
Even though this sdk is old, but the latest also doesn't have this property
OS version
No response