<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi!</div>
<div><br>
</div>
<div>I almost feel bad to ask because I should find the answer in the spec. But I did not find it.</div>
<br>
<div>Is it valid to request “userinfo” related claims to be in the id_token?</div>
<div><br>
</div>
<div>Can I sent a request object like shown below? I would like to avoid the call to the /userinfo endpoint.</div>
<div><br>
</div>
<div>Thanks, Sascha </div>
<div>
<pre style="font-family: 'Courier New', Courier, monospace; font-size: small; padding: 4px; widows: 1; background-color: rgb(204, 204, 204);">{
   "userinfo":
    {
     "given_name": {"essential": true},
     "nickname": null,
     "email": {"essential": true},
     "email_verified": {"essential": true},
     "picture": null,
     "http://example.info/claims/groups": null
    },
   "id_token":
    {
<pre style="font-family: 'Courier New', Courier, monospace; padding: 4px;">     "given_name": {"essential": true},
     "nickname": null,
     "email": {"essential": true}</pre>    }
  }</pre>
</div>
</body>
</html>