Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To make a more user friendly federation login it 's is possible to present information about the requesting Service Provider (SP) on a Identity Provider (IdP) login page and in a Discovery Service (DS) selection with SAML V2.0 Metadata Extensions for Login and Discovery User interface Version 1.0 (MDUI). It 's is possible for the SP to add some metadata to their metadata entry in the federational federations metadata feed to present som which presents some basic information about them selfthe SP.

To add MDUI metadata for your Service Provider in the SWAMID metadata feed you shall need to create the XML data described on this page and send it to SWAMID Operations.

This page is describing describes the MDUI metadata for Service Providers. There are is a page i in Swedish for Identity Provider MDUI metadata that can be presented in a Service Provider or a Discovery Sevice.

...

The extensions for user interface information is are intended to give more and better information about the Service Provider to both Indentity Providers and Discovery Services not included in the Service Provider. The information that is available via the extensions are is a user friendly display name, a short description, a link to more infrmation about the Service Provider, a link to the Service Provider Privacy Statement and a link to a logotype.

...

Friendly name of the Service Provider, shall not be a domain name. With <mdui:DisplayName xml:lang="sv"> and <mdui:DisplayName xml:lang="en"> is it possible to suply firendly supply friendly names in both Swedish and English.

...

A shorter description (140 characters or less) of the Service Provider. It 's is recommended that there is a description in both Swedish and English.

Information URL (<mdui:InformationURL>) *MAY*

A URL to informational a web-page the extends complements the description with further information about the service that the Service Provider offer. Webbadress för ytterligare information om identitetsutgivaren. It's offers. It is possible to have different URLs for information in both Swedish and English.

...

A URL to page that describes the End User Privacy Statement for the offered service. The Privacy Statement SHALL define which attributes are required for the service. The statement SHALL also describe what the attributes are used for. It 's is possible to have different URLs for information in both Swedish and English.

...

A URL to the a image file of the service logotype. The logotype is used to enhance the information about the service provider at the Identity Provider login page. It may also be used by the Discovery Service. It 's is possible to have different Logotype URLs for both Swedish and English.

...

Example of extended metadata for the Service Provider Example

Code Block

<mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
  <mdui:DisplayName xml:lang="sv">Exempel</mdui:DisplayName>
  <mdui:DisplayName xml:lang="en">Example</mdui:DisplayName>
  <mdui:Description xml:lang="sv">Denna applikatioen är ett exempel på MDUI-information.</mdui:Description>
  <mdui:Description xml:lang="en">This service is an example of MDUI information.</mdui:Description>
  <mdui:InformationURL xml:lang="sv">https://www.example.se/info/om.html</mdui:InformationURL>
  <mdui:InformationURL xml:lang="en">https://www.example.se/info/about.html</mdui:InformationURL>
  <mdui:PrivacyStatementURL xml:lang="sv">https://www.example.se/info/integritet.html</mdui:PrivacyStatementURL>
  <mdui:PrivacyStatementURL xml:lang="en">https://www.example.se/info/privacy.html</mdui:PrivacyStatementURL>
  <mdui:Logo height="100" width="100">https://www.example.se/images/logo.png</mdui:Logo>
</mdui:UIInfo>