Static Attribute Help

Kevin Foote kpfoote at uoregon.edu
Wed Feb 19 11:29:22 EST 2014



On Feb 19, 2014, at 8:04 AM, Joseph Lucia <jlucia at cysd.k12.pa.us> wrote:

> For example, instead of sending principaluser at example.com I need to send principaluser at alternateexample.com. I would prefer not to keep a second email address element in AD for the other domain.
> 
> Is it possible to set up a static connector to do this? I tried the following below and it didn't work. I don't think %PRINCIPAL% is supported in Shib 2?

If the “alternateexample.com” portion is static then just create a new attribute using a “Template” <AttributeDefinition>.  
Its quick and simple.  Your source will be your AD/Ldap for your UID / cn value.

         <Template>
              <![CDATA[
                   ${uid}@alternateexample.com
              ]]>
         </Template>

--------
thanks
 kevin.foote



More information about the users mailing list