<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;">
<div style="color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
First, I want to thank all the Keycloak developers for your great help. This is by far one of the best supported and documented open source products I have used in a long time.</div>
<div style="color: rgb(0, 0, 0);"><br>
</div>
<div style="color: rgb(0, 0, 0);">My next question:</div>
<div style="color: rgb(0, 0, 0);"><br>
</div>
<div style="color: rgb(0, 0, 0);">Say I have the redirect to login using the following URI:</div>
<div>
<p style="margin: 0px;"><font color="#ff0000"><br>
</font></p>
<p style="margin: 0px;"><font color="#ff0000">https://<server>/auth/realms/<realm>/protocol/openid-connect/auth?response_type=code&client_id=broker&redirect_uri=<a href="http://localhost:5000/oauth2callback&scope=offline_access&nonce=fa7757e5-697c-4f3a-9760-610a6d19893b-d5c888df-3dd3-4a06-8ea0-7525fc9894de">http://localhost:5000/oauth2callback&scope=offline_access&nonce=fa7757e5-697c-4f3a-9760-610a6d19893b-d5c888df-3dd3-4a06-8ea0-7525fc9894de</a></font></p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px;">And I wish to add additional parameters to the request which I can put into the JWT, or use the values as session attributes or the like.</p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px;">How do I do that?</p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px;">Thank you,</p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px;">Reed Lewis</p>
<p style="margin: 0px;"><br>
</p>
</div>
</body>
</html>