<div dir="ltr">Hello,<div><br></div><div>I'm writing a DataConnector for the IdP 3.2. To get attributes, it sends a SAML 2.0 AttributeQuery to an Attribute Authority. This connector is working, but I have a few things to improve.</div><div><br></div><div>I get the entityID of the destination AA & the nameID from a database and now I will get the attribute service location of this entity from the metadata. Later, I need the metadata also to get the certificate of the AA to verify the signature of the assertion.</div><div><br></div><div>Summarized, I need the following informations from the metadata about the destination AA:</div><div><div><AttributeService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</div><div>                Location="<a href="https://aa.example.org:8443/idp/profile/SAML2/SOAP/AttributeQuery">https://aa.example.org:8443/idp/profile/SAML2/SOAP/AttributeQuery</a>" /></div></div><div>and</div><div><ds:X509Certificate>....</ds:X509Certificate><br></div><div><br></div><div><br></div><div>My problem is, I can't figure out, where ad how I can access the metadata of my IdP? Is there a simple solution accessing the IdPs metadata from inside the doDataConnectorResolve method? I'm thankful for any help or a little example.</div><div><br></div><div>Thanks</div><div>Simon</div></div>