...
/etc/shibboleth/shibboleth2.xml -> ApplicationDefault ApplicationDefaults element
| Code Block | ||
|---|---|---|
| ||
<!-- Extracts support information for IdP from its metadata. -->
<AttributeExtractor type="Metadata" errorURL="errorURL" DisplayName="displayName"
InformationURL="informationURL" PrivacyStatementURL="privacyStatementURL"
OrganizationURL="organizationURL">
<ContactPerson id="Support-Contact" contactType="support" formatter="$EmailAddress" />
<Logo id="Small-Logo" height="16" width="16" formatter="$_string"/>
</AttributeExtractor> |
...