serializing custom principals
Scott Koranda
skoranda at gmail.com
Tue Oct 4 11:59:56 EDT 2016
On Tue, Oct 4, 2016 at 11:33 AM, Scott Koranda <skoranda at gmail.com> wrote:
> Hi,
>
> In the past for custom authentication flows I created the
> class MyPrincipalSerializer by extending
> AbstractPrincipalSerializer and then in
>
> conf/authn/general-authn.xml
>
> I would add
>
> <bean id="shibboleth.PrincipalSerializers" parent="shibboleth.
> DefaultPrincipalSerializers">
> <property name="sourceList">
> <list merge="true">
> <bean class="org.mla.cbox.shibboleth.idp.authn.impl.MyPrincipalSerializer"
> />
> </list>
> </property>
> </bean>
>
> In 3.2.1 I do not see the parent shibboleth.DefaultPrincipalSerializers.
>
> How should I be creating my own serializer and then injecting it for use
> with my custom flow for 3.2.1?
>
> Thanks,
>
> Scott K
>
>
>
Nevermind.
I found this thread:
http://marc.info/?l=shibboleth-users&m=143385887023515&w=2
I think I remember now how this goes for 3.2.x, and that it will be
changing in 3.3.
Thanks,
Scott K
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20161004/436ac280/attachment.html>
More information about the dev
mailing list