Open
Description
Apologies if this is not the correct place to raise this.
I have noticed what I think are some minor issues with the Postman tests:
- Casing - JSON is case sensitive and some of the attributes are incorrectly cased (e.g. "UserName"). (This can worked gotten around server-side, e.g. by telling Jackson to operate in a case insensitive manner).
Are the Postman tests and accurate reflection of how Azure AD interacts and I should prepare to deal with variance from spec, or are these simple oversights and easily corrected?
Thanks.