<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm trying to configure the attributes coming from ADFS 3.0 Relying
    Party. The ADFS Rule Language is as follows: <br>
    <br>
    <meta charset="utf-8">
    <b style="font-weight:normal;"
      id="docs-internal-guid-fc16307d-55f4-efb2-f59c-001d470c7052">
      <div dir="ltr"
        style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><b
          style="font-weight:normal;"
          id="docs-internal-guid-fc16307d-55f4-efb2-f59c-001d470c7052">
          <p dir="ltr"
            style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:13.333333333333332px;font-family:Consolas;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">c:[Type == <a class="moz-txt-link-rfc2396E" href="http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname">"http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname"</a>, Issuer == "AD AUTHORITY"]</span></p>
        </b></div>
    </b><b style="font-weight:normal;"
      id="docs-internal-guid-fc16307d-55f4-efb2-f59c-001d470c7052"><span style="font-size:13.333333333333332px;font-family:Consolas;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"> => issue(store = "Active Directory", types = (<a class="moz-txt-link-rfc2396E" href="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress">"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"</a>, <a class="moz-txt-link-rfc2396E" href="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname">"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"</a>, <a class="moz-txt-link-rfc2396E" href="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name">"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"</a>, <a class="moz-txt-link-rfc2396E" href="http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid">"http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid"</a>), query = ";mail,givenName,displayName,o;{0}", param = c.Value);</span></b><br>
    <br>
    The Session page gives me the correct Miscellaneous information
    after logging in with SP. I'm checking it in: <br>
    <a class="moz-txt-link-freetext"
      href="https://c-app01.contoso.com/Shibboleth.sso/Session">https://c-app01.contoso.com/Shibboleth.sso/Session</a><br>
    <br>
    However, the ADFS IDP does not give me any attributes for my
    Shibboleth SP.<br>
    <br>
    How would I configure the `attribute-map.xml` and
    `attribute-policy.xml` to be recognized by my Shibboleth SP? Can you
    give me examples based on the emailaddress, givenname, name, and
    groupsid?<br>
    <br>
    <br>
  </body>
</html>