<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 12/1/20 11:29 AM, Feinstein, Moses
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:BL0PR0102MB3457199E73B4B07068540EC4FBF40@BL0PR0102MB3457.prod.exchangelabs.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">I believe this was replaced with
          exportAttributes in 4.0.1, however I add try to add
          returnAttribute previously as well, got a deprecated warning,
          but no error, however operational attributes did not come in.
          <o:p></o:p></p>
        <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:.5in">exportAttributes="%{idp.attribute.resolver.LDAP.returnAttributes}"><o:p></o:p></p>
        <p class="MsoNormal"><returneAttribtues> mail displayName
          sn givenName uid cn isMemberOf
          createTimestamp</returnAttributes>
          <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
    </blockquote>
    <p><br>
      If that's literally what you have in your config, it's not correct
      and wouldn't be expected to work.  XML element and attribute names
      are case-sensitive and the element is "<ReturnAttributes>". 
      Also, the opening element tag is misspelled with an "e" in there
      in the middle, so that's not even well-formed XML. I'm surprised
      it would even load.<br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/IDP4/ReturnAttributes">https://wiki.shibboleth.net/confluence/display/IDP4/ReturnAttributes</a><br>
    </p>
  </body>
</html>