Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: make http or https scheme consistent with https://refeds.org/metadata/contactType/security

...

Code Block
themeConfluence
titleSecurity Contact Metadata Extension
<EntityDescriptor ... >
... 
<ContactPerson xmlns:remd="https://refeds.org/metadata" contactType="other" remd:contactType="httpshttp://refeds.org/metadata/contactType/security">
    <GivenName>Security Response Team</GivenName>
    <EmailAddress>mailto:security@institution.edu</EmailAddress>
</ContactPerson>
...
</EntityDescriptor>

...