<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
<div>Then you added it in the wrong order relative to what's already there.</div>
</blockquote>
<div><br>
</div>
<div>I see. I did have to reorder and it works!</div>
<div><br>
</div>
<div style="margin-left: 3ch;">
<div>    <!-- SAML 2 NameID Generation --></div>
<div>    <util:list id="shibboleth.SAML2NameIDGenerators"></div>
<div>    </div>
<div>        <b><bean parent="shibboleth.SAML2AttributeSourcedGenerator"</b></div>
<div><b>            p:omitQualifiers="true"</b></div>
<div><b>            p:format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"</b></div>
<div><b>            p:attributeSourceIds="#{ {'someAttribute'} }" ></b></div>
<div><b>           <property name="activationCondition"></b></div>
<div><b>              <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidate="someSP" /></b></div>
<div><b>           </property></b></div>
<div><b>        </bean></b></div>
<div>                </div>
<div>        <ref bean="shibboleth.SAML2TransientGenerator" /></div>
<div>        </div>
<div>    </util:list></div>
<div><br>
</div>
</div>
<div>I guess it was easier than I thought.</div>
<div style="margin-left: 3ch;">
<div><br>
</div>
</div>
<div>thanks,</div>
<div>Ryan</div>
<div></div>
</body>
</html>