Closed pdubb29 closed 1 month ago
Setting multifactors on a user in the Okta api, and attempting to retrieve them using the latest Okta SDK doesn't return any values.
The raw api response when calling through postman returns the expected values. /api/v1/users/:userId/factors
/api/v1/users/:userId/factors
I should get a list of factors I've configured for the user (4)
0 are returned to me from the sdk api call I make with IUserFactorApiAsync
IUserFactorApiAsync
var factors = _factorApi.ListFactors("{{oktaId}}", default(CancellationToken)); var factorList = await factors.ToListAsync();
No response
6.0.408
6.0.11 & All versions of 6
BuildNumber Caption OSArchitecture Version 19044 Microsoft Windows 10 Enterprise 64-bit 10.0.19044
HI @pdubb29,
Thanks for reporting this issue. I'll file an internal ticket so it's reviewed and prioritized by the team.
Internal Ref: OKTA-622582
Describe the bug?
Setting multifactors on a user in the Okta api, and attempting to retrieve them using the latest Okta SDK doesn't return any values.
The raw api response when calling through postman returns the expected values.
/api/v1/users/:userId/factors
What is expected to happen?
I should get a list of factors I've configured for the user (4)
What is the actual behavior?
0 are returned to me from the sdk api call I make with
IUserFactorApiAsync
Reproduction Steps?
Additional Information?
No response
.NET Version
6.0.408
SDK Version
6.0.11 & All versions of 6
OS version