<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; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>Can someone provide (if there is one out there) of an example of adding an additional OIDC mapper to Keycloak? &nbsp; I have tried to compile and load a module to add an additional mapper, and cannot seem to get it working. &nbsp; My new mapper does not appear as
 a choice for modifying the clJWT claim.</div>
<div><br>
</div>
<div>Or do I need to add it to the main source tree and recompile the whole Keycloak project?</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Reed</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:12pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Thomas Darimont &lt;<a href="mailto:thomas.darimont@googlemail.com">thomas.darimont@googlemail.com</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Wednesday, February 24, 2016 at 4:31 PM<br>
<span style="font-weight:bold">To: </span>Reed Lewis &lt;<a href="mailto:RLewis@carbonite.com">RLewis@carbonite.com</a>&gt;<br>
<span style="font-weight:bold">Cc: </span>&quot;<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>&quot; &lt;<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>Re: [keycloak-user] Client Mappers. Can I define mappers programmatically?<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>
<div>Hello Reed,</div>
<div><br>
</div>
<div>yes you should be able to do that via the:</div>
<div>org.keycloak.protocol.ProtocolMapperSpi</div>
<div><br>
</div>
<div>You can provide your own org.keycloak.protocol.ProtocolMapper&nbsp;</div>
<div>(org.keycloak.protocol.oidc.mappers.OIDCAccessTokenMapper) to introduce&nbsp;</div>
<div>computed attributes to the access tokens.</div>
<div><br>
</div>
<div>You can find the predefined mappers in the package:</div>
<div>org/keycloak/protocol/oidc/mappers within the keycloak-services project.</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Thomas</div>
</div>
</div>
</div>
</div>
</span>
</body>
</html>