<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;">
<div style="color: rgb(0, 0, 0);">Hi,</div>
<div style="color: rgb(0, 0, 0);"><br>
</div>
<div style="color: rgb(0, 0, 0);">Is there a way to add a parameter to the Authorization Code Flow request and have it returned back via introspection? Even better if a standard way of doing that, i.e. defined in the OAuth standard. It would be great if state
 was returned but I’m not getting that.</div>
<div style="color: rgb(0, 0, 0);"><br>
</div>
<div style="color: rgb(0, 0, 0);">Request:</div>
<div>
<div>http://localhost:8080/ldap-openid-connect-server/authorize?response_type=code&amp;client_id=growth_chart&amp;scope=openid&amp;redirect_uri=http://localhost:4000/index.html&amp;state=07465f66-e4fd-4466-bcc4-5826ee7080a6<font color="#ff0000"><b>&amp;client_data=blabla</b></font>&amp;nonce=bd55e445-8d7f-4491-b48e-3458efcb829c</div>
</div>
<div>
<h1 style="color: rgb(0, 0, 0); font-family: ''; line-height: normal;">Introspection Info</h1>
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">{&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;active&quot;:&nbsp;true,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;scope&quot;:&nbsp;&quot;openid&quot;,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;expires_at&quot;:&nbsp;&quot;2015-10-23T09:55:50-0400&quot;,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;exp&quot;:&nbsp;1445608550,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;sub&quot;:&nbsp;&quot;lro4&quot;,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;user_id&quot;:&nbsp;&quot;lro4&quot;,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;client_id&quot;:&nbsp;&quot;growth_chart&quot;,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">&nbsp;&nbsp;&quot;token_type&quot;:&nbsp;&quot;Bearer&quot;,&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="font-size: medium; line-height: normal;">&nbsp; <font color="#ff0000"><b>&quot;client_data&quot;:&nbsp;&quot;blabla&quot;</b></font>&nbsp;</span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;">}</span></div>
<div style="color: rgb(0, 0, 0);"><br>
</div>
<div style="color: rgb(0, 0, 0);">Regards,</div>
<div style="color: rgb(0, 0, 0);">Luiz</div>
<div style="color: rgb(0, 0, 0);">
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</body>
</html>