Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing attributes for UserFactorApi.activateFactor() #1596

Open
dongmei-cao opened this issue Feb 5, 2025 · 0 comments
Open

Missing attributes for UserFactorApi.activateFactor() #1596

dongmei-cao opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@dongmei-cao
Copy link

Describe the bug?

In version 19+, the return type from the UserFactorApi.activateFactor() does not contain all the attributes in the response.

What is expected to happen?

The UserFactorActivateResponse should contain all the attributes from the Active a factor's response
https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserFactor/#tag/UserFactor/operation/activateFactor

What is the actual behavior?

UserFactorActivateResponse only contains the factorType, links. Missing the rest of the attributes

Reproduction Steps?

In version 19+, compare the UserFactorActivateResponse with the actual response from the Activate a factor here https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserFactor/#tag/UserFactor/operation/activateFactor

Additional Information?

No response

Java Version

Java 21

SDK Version

19+

OS version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants