The Incommon Federation wiki has moved.

Please visit the new InCommon Federation Library wiki for updated content. Remember to update your bookmarks.

Click in the link above if you are not automatically redirected in 15 seconds.



You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

User Interface Elements in Metadata

Technical Details

InCommon supports the following child elements of the <mdui:UIInfo> element:

  • <mdui:DisplayName>
  • <mdui:Description>
  • <mdui:InformationURL>
  • <mdui:PrivacyStatementURL>
  • <mdui:Logo>

An example follows:

<!-- User Interface Elements for InCommon IdPs and SPs -->
<md:Extensions>
  <mdui:UIInfo
      xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
    <mdui:DisplayName xml:lang="en">...</mdui:DisplayName>
    <mdui:Description xml:lang="en">...</mdui:Description>
    <mdui:InformationURL xml:lang="en">...</mdui:InformationURL>
    <mdui:PrivacyStatementURL xml:lang="en">...</mdui:PrivacyStatementURL>
    <!-- the logo will be scaled to the following width and height -->
    <mdui:Logo width="80" height="60">...</mdui:Logo>
  </mdui:UIInfo>
</md:Extensions>
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels