Versions Compared

Key

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

...

Note
titleNecessary config amendment

Some of the configuration examples below make use of an XML namespace prefix (md:) that needs to be declared in your shibboleth2.xml. Simply add the following line with the XML namespace declaration

xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"

to the root element (SPConfig) of your shibboleth2.xml, so that the beginning of the file looks something like this (note the example below. Note the addition of the third line, you don't need to change anything else):

Code Block
languagexml
titleSPConfig element in shibboleth2.xml
linenumberstrue
<SPConfig xmlns="urn:mace:shibboleth:3.0:native:sp:config"
    xmlns:conf="urn:mace:shibboleth:3.0:native:sp:config"
    xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
    clockSkew="180">


...