<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
I am sure I am missing something simple but I am having a problem with Google not recognizing the email address attribute I am setting and releasing. This is for the upgrade to IDP 3.1.2. I did not retain the existing Shibboleth configuration, I modified
the native 3.1.2 config files. The correct email address shows up when I am prompted by Shibb to share the information with Google and there are no errors in the logs. It also tests successfully with TestShib. This is the applicable attribute resolver and
filter configurations.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div>
<div id="">
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<resolver:AttributeDefinition id="EmailAddress" xsi:type="ad:Template"></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<resolver:Dependency ref="uid" /></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<resolver:AttributeEncoder xsi:type="SAML2StringNameID" xmlns="urn:mace:shibboleth:2.0:attribute:encoder"</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
nameFormat="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" /></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<ad:Template></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<![CDATA[</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
${uid}@<DOMAIN MASKED></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
]]></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
</ad:Template></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<ad:SourceAttribute>uid</ad:SourceAttribute></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
</resolver:AttributeDefinition></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div>
<div> <afp:AttributeFilterPolicy id="google.com"></div>
<div> <afp:PolicyRequirementRule xsi:type="basic:AttributeRequesterString" value="google.com" /></div>
<div><br>
</div>
<div> <afp:AttributeRule attributeID="EmailAddress"></div>
<div> <afp:PermitValueRule xsi:type="basic:ANY" /></div>
<div> </afp:AttributeRule></div>
<div> </afp:AttributeFilterPolicy></div>
</div>
</font></font></div>
</div>
</div>
</body>
</html>