janus-ssp / janus

Fully featured metadata registration administration module built on top of simpleSAMLphp.
Other
13 stars 8 forks source link

Allow importing of MDUI elements #367

Closed frkosurf closed 11 years ago

frkosurf commented 11 years ago

Original author: jst...@ibuildings.nl (October 29, 2012 14:34:43)

The import xml metadata feature in JANUS does not import any MDUI fields.

The upcoming patch will implement below mapping:

[ 'UIInfo:Logo:0:height' => 'logo:0:height', 'UIInfo:Logo:0:width' => 'logo:0:width', 'UIInfo:Logo:0:url' => 'logo:0:url', 'UIInfo:Keywords:en:0' => 'keywords:en', 'UIInfo:Keywords:nl:0' => 'keywords:nl', 'UIInfo:Description:en' => 'description:en', 'UIInfo:Description:nl' => 'description:nl', ]

This mapping is arbitrary an can easily be extended to implement the MDUI spec fully. Surfnet currently uses a subset of the MDUI spec so I have no reference to implement and test the full specification (i.e. privacystatementurl, discovery hinting, etc).

Original issue: http://code.google.com/p/janus-ssp/issues/detail?id=367

frkosurf commented 11 years ago

From jst...@ibuildings.nl on October 29, 2012 14:35:42 https://jira.surfconext.nl/jira/browse/BACKLOG-557

frkosurf commented 11 years ago

From j...@wayf.dk on October 29, 2012 14:36:21 Newest version of SSP should import these. So it should only be a matter of configuration....

frkosurf commented 11 years ago

From j...@wayf.dk on October 29, 2012 14:39:08 See http://code.google.com/p/simplesamlphp/source/browse/trunk/lib/SimpleSAML/Metadata/SAMLParser.php ->line 888

frkosurf commented 11 years ago

From jst...@ibuildings.nl on October 29, 2012 15:09:07 Verified, will migrate our metadata fields, thanks. Closing this (non) issue.