-
Notifications
You must be signed in to change notification settings - Fork 367
MSAL writing null family_id value in JSON string on iOS #1176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
No need to spend time reproducing this, we probably have unit tests around it. According to the JSON spec, null is a valid value and is equivalent to empty string: http://www.json.org/ I do not understand customer impact here. |
@bgavrilMS Here's the issue:
|
@bgavrilMS : is it the issue you fixed? |
Waiting for @henrik-me with instructions on this. PR is out, but not merged. |
effectively a dup of #1189 which is fixed. |
Yup, it's a dupe as 1189 is more generic. Should validate this scenario though with the fix for #1189 |
this is now fixed and available in MSAL.NET 4.1 |
Which Version of MSAL are you using ?
i think from 3.0.1-preview
Platform
xamarin iOS
Actual behavior
In the JSON string, we are writing null for the family_id value, it should be string.empty or ""
Am working on a repro of this to provide more context. will update tomorrow.
The text was updated successfully, but these errors were encountered: