Versions Compared

Key

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

...

Info

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

Organization


SAML tag

SAML specification

SWAMID usage

OrganizationName

SHOULD

MUST

OrganizationDisplayName

SHOULD

MUST

OrganizationURL

SHOULD

MUST


Name (<OrganizationName>)

...

Code Block
<md:Organization>
	<md:OrganizationName xml:lang="sv">Exempel</md:OrganizationName>
	<md:OrganizationName xml:lang="en">Exempel<>Example</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>

...

The number that can be used to reach the contact.


SAML tag

SAML specification

SWAMID usage

contactType

MUST

MUST

EmailAddress

SHOULD

MUST

SurName and/or GivenName

SHOULD

MUST

Company

MAY

MAY

TelephoneNumber

MAY

MAY


Example

Code Block
<md:ContactPerson contactType="administrative">
	<md:Company>Skola<GivenName>IT Management</md:Company>
	<md:GivenName>Fornamn</md:GivenName>
	<md:SurName>IT Helpdesk</md:SurName>
	<md:EmailAddress>mailto:helpdesk@exempelit-management@exempel.se</md:EmailAddress>
	<md:TelephoneNumber>+46 123 45 67 89</md:TelephoneNumber>
</md:ContactPerson>
<md:ContactPerson contactType="technical">
	<md:Company>Skola<GivenName>IT Operations</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>ITGivenName>IT Helpdesk</md:SurName>GivenName>
	<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>

...