diff options
Diffstat (limited to 'Shibboleth-SP')
-rw-r--r-- | Shibboleth-SP/v3/swamid-IIS-shibboleth2.xml | 1 | ||||
-rw-r--r-- | Shibboleth-SP/v3/swamid-apache-shibboleth2.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Shibboleth-SP/v3/swamid-IIS-shibboleth2.xml b/Shibboleth-SP/v3/swamid-IIS-shibboleth2.xml index 71e7bbf..eb8d7ea 100644 --- a/Shibboleth-SP/v3/swamid-IIS-shibboleth2.xml +++ b/Shibboleth-SP/v3/swamid-IIS-shibboleth2.xml @@ -73,6 +73,7 @@ <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/> <AttributeExtractor type="Metadata" errorURL="errorURL" DisplayName="displayName" registrationAuthority="registrationAuthority"/> + <!-- more attributes please check https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065334447/MetadataAttributeExtractor --> <AttributeResolver type="Query" subjectMatch="true"/> diff --git a/Shibboleth-SP/v3/swamid-apache-shibboleth2.xml b/Shibboleth-SP/v3/swamid-apache-shibboleth2.xml index 9425d53..d5e755d 100644 --- a/Shibboleth-SP/v3/swamid-apache-shibboleth2.xml +++ b/Shibboleth-SP/v3/swamid-apache-shibboleth2.xml @@ -57,6 +57,7 @@ <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/> <AttributeExtractor type="Metadata" errorURL="errorURL" DisplayName="displayName" registrationAuthority="registrationAuthority"/> + <!-- more attributes please check https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065334447/MetadataAttributeExtractor --> <AttributeResolver type="Query" subjectMatch="true"/> |