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

Compare with Current View Page History

« Previous Version 2 Next »

Configuration on this page should not be done on the SP only in the federation's copy of the metadata.

Organization


SAML tag


OrganizationName

SHOULD

OrganizationDisplayName

SHOULD

OrganizationURL

SHOULD


Name (<OrganizationName>)

Use the institutions name in short format. Use <OrganizationName xml:lang="sv"> and <OrganizationName xml:lang="en"> for different names in Swedish and English.

Display name (<OrganizationDisplayName>)

Use the institutions name. Use <OrganizationDisplayName xml:lang="sv"> and <OrganizationDisplayName xml:lang="en"> for different names in Swedish and English.

Organization URL (<OrganizationURL>)

Webpage with additional information about the organisation.

The following applies:

  • SHALL be published via an open link without requirement to login before it is accessible.
  • It is possible to have different URLs for different languages.

Example:

<md:Organization>
	<md:OrganizationName xml:lang="en">Exempel</md:OrganizationName>
	<md:OrganizationDisplayName xml:lang="sv">Exempelorganisationen</md:OrganizationDisplayName>
	<md:OrganizationDisplayName xml:lang="en">Example organization</md:OrganizationDisplayName> 
	<md:OrganizationURL xml:lang="sv">https://www.exempel.se/</md:OrganizationURL>
	<md:OrganizationURL xml:lang="en">https://www.exempel.se/en</md:OrganizationURL>
</md:Organization>


ContactPerson

ContactType (<ContactPerson contactType="xx">)

Shall be one of types techincal, support, administrative, billing or other. SWAMID recommends use of technical, support and administrative.

The "other" type is mainly used by IdPs and SPs that have SIRTFI

EmailAddress (<EmailAddress>)

A contact address for the function. SWAMID recommends function addresses. SWAMID does NOT recommend personal email addresss due to GDPR as this information is published in metadata.

Name (<SurName> and <GivenName>)

Use one or both (when the specification was written, personal contacts were envisioned)

Organisationen (<Company>)

Name of your organisation

TelephoneNumber (<TelephoneNumber>)

The number that can be used to reach the contact.


SAML tag


contactType

MUST

EmailAddress

SHOULD

SurName and/or GivenName

SHOULD

Company

MAY

TelephoneNumber

MAY


Example

<md:ContactPerson contactType="administrative">
	<md:Company>Skola</md:Company>
	<md:GivenName>Fornamn</md:GivenName>
	<md:SurName>IT Helpdesk</md:SurName>
	<md:EmailAddress>mailto:helpdesk@exempel.se</md:EmailAddress>
	<md:TelephoneNumber>+46 123 45 67 89</md:TelephoneNumber>
</md:ContactPerson>
<md:ContactPerson contactType="technical">
	<md:Company>Skola</md:Company>
	<md:GivenName>Fornamn</md:GivenName>
	<md:SurName>IT Helpdesk</md:SurName>
	<md:EmailAddress>mailto:drift@exempel.se</md:EmailAddress>
	<md:TelephoneNumber>+46 123 45 67 89</md:TelephoneNumber>
</md:ContactPerson>
<md:ContactPerson contactType="support">
	<md:Company>Skola</md:Company>
	<md:GivenName>Fornamn</md:GivenName>
	<md:SurName>IT Helpdesk</md:SurName>
	<md:EmailAddress>mailto:helpdesk@exempel.se</md:EmailAddress>
	<md:TelephoneNumber>+46 123 45 67 89</md:TelephoneNumber>
</md:ContactPerson>

<!-- for SIRTFI -->
<md:ContactPerson xmlns:remd="http://refeds.org/metadata" contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security">
	<md:GivenName>Security Response Team</md:GivenName>
	<md:EmailAddress>mailto:abuse@exempel.se</md:EmailAddress>
</md:ContactPerson>
  • No labels