A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
160
stars
100
forks
source link
OKTA-337528 .NET Sdk Update readme with warning... #463
Closed
andriizhegurov-okta closed 3 years ago
about using await client.Users.FirstOrDefaultAsync(x => x... with many users
Issue \
Fix #442 https://oktainc.atlassian.net/browse/OKTA-337528
Code
Current behavior
Desired behavior
Additional Context
In code samples
GetUserAsync
is suggested instead ofFirstOrDefaultAsync
to find a user