<div dir="ltr">we do it via the scripted attribute definition like Scott mentioned...<br><br><!-- (added code to force uppercase of eduPersonPrincipalName) --><br> <resolver:AttributeDefinition id="scriptUserName" xsi:type="Script"<br> xmlns="urn:mace:shibboleth:2.0:resolver:ad"><br> <resolver:Dependency ref="ldap_username" /><br> <Script><br> <![CDATA[<br> importPackage(Packages.edu.internet2.middleware.shibboleth.common.attribute.provider);<br> scriptUserName = new BasicAttribute("scriptUserName");<br> for( i=0;ldap_username != null && i < ldap_username.getValues().size();i++)<br> {<br> scriptUserName.getValues().add( ldap_username.getValues().get(i).toUpperCase() );<br> }<br><br> ]]><br> </Script><br> </resolver:AttributeDefinition><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 22, 2015 at 11:39 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 7/22/15, 10:58 AM, "users on behalf of Argenis Lopez" <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:alopez@fcci-group.com">alopez@fcci-group.com</a>> wrote:<br>
<br>
<br>
<br>
>Is there a way to convert (uppercase/lowercase) an attribute before releasing it to the SP?<br>
<br>
</span>Assuming you mean the IdP, I don't believe it's possible other than via a Script attribute definition.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Scott<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Robert W. Gorrell<br>Systems Architect, Identity and Access Management </div>
<div>University of NC at Greensboro<br><span style="white-space:nowrap">336-334-5954</span><br>PGP Key ID B36DB0CA<br></div></div></div>
</div>