You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For certain older auth libraries there is an issue with null handling in json thus we should move to not adding fields which values is null. Especially important is the handling of foci_id.
Describe the solution you'd like
Ensure the json serializer doesn't write values to the json for which the values are null.
Is your feature request related to a problem? Please describe.
For certain older auth libraries there is an issue with null handling in json thus we should move to not adding fields which values is null. Especially important is the handling of foci_id.
Describe the solution you'd like
Ensure the json serializer doesn't write values to the json for which the values are null.
Describe alternatives you've considered
N/A
Additional context
https://stackoverflow.com/questions/6507889/how-to-ignore-a-property-in-class-if-null-using-json-net
The text was updated successfully, but these errors were encountered: