<div dir="ltr">Take a look at <a href="http://keycloak.github.io/docs/userguide/keycloak-server/html/providers.html">http://keycloak.github.io/docs/userguide/keycloak-server/html/providers.html</a> and also take a look at example providers in the examples download (there&#39;s no protocol mapper, but all providers are deployed in the same way).</div><div class="gmail_extra"><br><div class="gmail_quote">On 26 February 2016 at 18:49, Reed Lewis <span dir="ltr">&lt;<a href="mailto:RLewis@carbonite.com" target="_blank">RLewis@carbonite.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;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?   I have tried to compile and load a module to add an additional mapper, and cannot seem to get it working.   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></div>
</div>
</div>
<div><br>
</div>
<span>
<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" target="_blank">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" target="_blank">RLewis@carbonite.com</a>&gt;<br>
<span style="font-weight:bold">Cc: </span>&quot;<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a>&quot; &lt;<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">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><div class="h5">
<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 </div>
<div>(org.keycloak.protocol.oidc.mappers.OIDCAccessTokenMapper) to introduce </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>
</div></div></span>
</div>

<br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></blockquote></div><br></div>