<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>This is a question to implementers of OIDC Dynamic Client
      Registration:</p>
    <p>Does your implementation return an "invalid_client_metadata"
      error when parsing a metadata parameter with a null value, or does
      it treat that as if the metadata parameter is absent from the
      request?</p>
    <p>For example:</p>
    <pre>POST /clients HTTP/1.1
Content-Type: application/json

{
   "redirect_uris":
     [<a class="moz-txt-link-rfc2396E" href="https://client.example.org/callback">"https://client.example.org/callback"</a>],
   "grant_types": null <--- metadata parameter with null value
}</pre>
    <p></p>
    <p><br>
    </p>
    <p>Thanks,</p>
    <p>Vladimir<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Vladimir Dzhuvinov</pre>
  </body>
</html>