<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 4, 2016 at 11:33 AM, Scott Koranda <span dir="ltr"><<a href="mailto:skoranda@gmail.com" target="_blank">skoranda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
In the past for custom authentication flows I created the<br>
class MyPrincipalSerializer by extending<br>
AbstractPrincipalSerializer and then in<br>
<br>
conf/authn/general-authn.xml<br>
<br>
I would add<br>
<br>
<bean id="shibboleth.<wbr>PrincipalSerializers" parent="shibboleth.<wbr>DefaultPrincipalSerializers"><br>
    <property name="sourceList"><br>
        <list merge="true"><br>
            <bean class="org.mla.cbox.<wbr>shibboleth.idp.authn.impl.<wbr>MyPrincipalSerializer" /><br>
        </list><br>
    </property><br>
</bean><br>
<br>
In 3.2.1 I do not see the parent shibboleth.<wbr>DefaultPrincipalSerializers.<br>
<br>
How should I be creating my own serializer and then injecting it for use<br>
with my custom flow for 3.2.1?<br>
<br>
Thanks,<br>
<br>
Scott K<br>
<br>
<br>
</blockquote></div><br></div><div class="gmail_extra">Nevermind. </div><div class="gmail_extra"><br></div><div class="gmail_extra">I found this thread:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://marc.info/?l=shibboleth-users&m=143385887023515&w=2">http://marc.info/?l=shibboleth-users&m=143385887023515&w=2</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I think I remember now how this goes for 3.2.x, and that it will be changing in 3.3.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Scott K</div></div>