...
In context: /etc/shibboleth/shibboleth2.xml -> ApplicationDefault ApplicationDefaults element
Code Block | ||
---|---|---|
| ||
<ApplicationDefaults entityID="https://<HOST>/shibboleth" REMOTE_USER="eppn persistent-id targeted-id" signing="front" encryption="false" sessionHook="/Shibboleth.sso/AttrChecker" metadataAttributePrefix="Meta-" > |
...
/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> |
...