-
Notifications
You must be signed in to change notification settings - Fork 135
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
Okta Verify Fast Pass as an enrolled Factor is not returned #965
Comments
@azahur Thanks for posting! I'll take a look and get back. |
@azahur can you please paste the POSTMAN output with sensitive details masked? |
here is postman output for list factors for uid
|
@azahur Apologies for the delay! We're basically looking for "factorType": "push" in the result of 'getUserEnrolledFactors(..)' when you mention the factor type "Okta Verify". Are you saying you don't see that in the list returned by API response? Are you able to see the factor when you query it by the factor id (i.e. getFactor(userId, factorId))? |
the update on this is that all factors that of type |
Thanks for the update, I'll do more digging and post back. |
Fix merged to main/master branch. |
Describe the bug?
The List returned from the following code, has all the user Factors enrolled but the Okta verify fastpass.
The Post man API call which is also calling the same end point returns the correct list
What is expected to happen?
The List should include all enrolled user factors
What is the actual behavior?
Reproduction Steps?
Simply call the API
Java Version
jdk-17.0.5
SDK Version
OS version
No response
The text was updated successfully, but these errors were encountered: