okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
157 stars 100 forks source link

Factors Api doesn't return factors setup on users #650

Closed pdubb29 closed 2 weeks ago

pdubb29 commented 1 year ago

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?

  1. Create a user in the okta admin
  2. Activate the user
  3. Login to the user
  4. Setup a multifactor (I setup 4 on my user) on the user account.
  5. Use Okta SDK to query the factor Api to list the factors with the okta ID
var factors = _factorApi.ListFactors("{{oktaId}}", default(CancellationToken));
var factorList = await factors.ToListAsync();

Additional Information?

No response

.NET Version

6.0.408

SDK Version

6.0.11 & All versions of 6

OS version

BuildNumber  Caption                             OSArchitecture          Version
19044        Microsoft Windows 10 Enterprise      64-bit               10.0.19044
laura-rodriguez commented 1 year ago

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