We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In version 19+, the return type from the UserFactorApi.activateFactor() does not contain all the attributes in the response.
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
UserFactorActivateResponse
Active a factor
UserFactorActivateResponse only contains the factorType, links. Missing the rest of the attributes
factorType
links
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
Activate a factor
No response
Java 21
19+
The text was updated successfully, but these errors were encountered:
prachi-okta
No branches or pull requests
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 theActive a factor
's responsehttps://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 attributesReproduction Steps?
In version 19+, compare the
UserFactorActivateResponse
with the actual response from theActivate a factor
here https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserFactor/#tag/UserFactor/operation/activateFactorAdditional Information?
No response
Java Version
Java 21
SDK Version
19+
OS version
No response
The text was updated successfully, but these errors were encountered: