<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&client_id=growth_chart&scope=openid&redirect_uri=http://localhost:4000/index.html&state=07465f66-e4fd-4466-bcc4-5826ee7080a6<font color="#ff0000"><b>&client_data=blabla</b></font>&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;">{ </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "active": true, </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "scope": "openid", </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "expires_at": "2015-10-23T09:55:50-0400", </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "exp": 1445608550, </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "sub": "lro4", </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "user_id": "lro4", </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "client_id": "growth_chart", </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="color: rgb(0, 0, 0); font-size: medium; line-height: normal;"> "token_type": "Bearer", </span><br style="font-family: ''; font-size: medium; line-height: normal;">
<span style="font-size: medium; line-height: normal;"> <font color="#ff0000"><b>"client_data": "blabla"</b></font> </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>