<div dir="ltr"><br><div>Hello<div><br></div><div>I am testing my new idp with the sp. I am sending only one attribute from idp to the sp. The attribute is brought from mysql database.</div><div><br></div><div>my attribute resolver in my idp is like this:</div></div><div><div><br></div><div>    <resolver:AttributeDefinition id="id" xsi:type="ad:Simple" sourceAttributeID="id"></div><div><span class="" style="white-space:pre">     </span>        <resolver:Dependency ref="users" /></div><div>        <resolver:AttributeEncoder xsi:type="enc:SAML1ScopedString" name="urn:mace:dir:attribute-def:id" encodeType="false" /></div><div>        <resolver:AttributeEncoder xsi:type="enc:SAML2ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" friendlyName="id" encodeType="false" /></div><div>    </resolver:AttributeDefinition></div><div><span class="" style="white-space:pre"> </span></div><div><br></div><div><br></div><div><br></div><div>    <!-- ========================================== --></div><div>    <!--      MY SQL Data Connector                   --></div><div>    <!-- ========================================== --></div><div><resolver:DataConnector id="users" xsi:type="dc:RelationalDatabase"></div><div>   <dc:ApplicationManagedConnection </div><div>       jdbcDriver="com.mysql.jdbc.Driver"</div><div><span class="" style="white-space:pre">    </span>   jdbcURL="jdbc:mysql://localhost:3306/mydb?characterEncoding=UTF-8"</div><div>       jdbcUserName="root" </div><div><span class="" style="white-space:pre">  </span>   jdbcPassword= ""/></div><div>   <dc:QueryTemplate></div><div>       <![CDATA[</div><div>         SELECT * FROM users WHERE id=1</div><div>       ]]></div><div>   </dc:QueryTemplate></div><div> </div><div>  <dc:Column columnName="id" attributeID="id" /></div><div>     </div><div>   <dc:ResultCache elementTimeToLive="PT10S"/></div><div></resolver:DataConnector></div><div>  </div></div><div>and my attribute-map in my sp looks like:</div><div><br></div><div><div>    <Attribute name="uurn:mace:dir:attribute-def:id" id="id"></div><div>    </Attribute></div><div><br></div></div><div>But for some reason i am not getting this id at the sp. When I check the session (using <a href="https://localhost/Shibboleth.sso/Session">https://localhost/Shibboleth.sso/Session</a>) there is nothing under attributes</div><div><br></div><div>Thanks a lot</div><div>Kindest Regards,</div><div>Yasser</div></div>