Use empty object instead of null in the claim request

Issue #1109 wontfix
Victor Herraiz created an issue

Using null is quite odd. It seems that you are not requesting that claim. I saw other proposal using “true” of “false”, but those values are quite meaningless too. I think an empty object is more appropriate for this task (e.i. I want this claim with all the default values)

“given_name”: {} ≈ “given_name”: { “essential”: false }

Comments (2)

  1. Log in to comment