plp050452 / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

provide support for UIInfo element #394

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Provide support for the <mdui:UIInfo> element.

http://wiki.oasis-open.org/security/SAML2MetadataUI

For reference, here's how we plan to incorporate the <mdui:UIInfo> element into 
InCommon metadata over the next few months. In SP metadata, we will support

<mdui:PrivacyStatementURL>
<mdui:InformationURL>
<mdui:Logo>

The previous three pieces of data will be used on the consent page. In IdP 
metadata, we will support all of the above plus

<mdui:DisplayName>
<mdui:Description>

These data will be used on the login page and the discovery page. The latter 
won't be supported in SP metadata since SPs can use <md:ServiceName> and 
<md:ServiceDescription> as we discussed earlier.

Of all these, perhaps <mdui:PrivacyStatementURL> is most useful. That, in 
conjunction with the <md:AttributeConsumingService> element, will pave the way 
for consent, which is an important step forward.

Original issue reported on code.google.com by trsc...@gmail.com on 11 Apr 2011 at 10:34

GoogleCodeExporter commented 8 years ago
mdui support was added in r3088, contributed by Timothy Ace at Synacor Inc. 
Support includes parsing metadata with UIInfo element and generating it 
throughout SAML 2.0 IdP.

Original comment by jaim...@gmail.com on 31 Oct 2012 at 11:51