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
160 stars 100 forks source link

Small miscellaneous fixes #361

Closed laura-rodriguez closed 4 years ago

laura-rodriguez commented 4 years ago

This PR includes 3 minor fixes that are isolated in separate commits:

1- Check if string is null or empty before converting to date in Resource class. 2- Add null checking before "concat" response headers in DefaultRequestExecutor class. 3- Deserialize custom attributes formatted as date strings as strings by default. Previously, this was the only case that wasn't deserialized as string.