diff options
author | Björn Mattsson <bjorn@sunet.se> | 2024-02-22 13:25:50 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2024-02-22 13:25:50 +0100 |
commit | 7174fdf79c0a2a8921fb341b92ede25c55754f16 (patch) | |
tree | 14757da882f5cf6d31e92625050b2ca632459037 | |
parent | 17e72afec462f1b6e07ff0e720b220d559b4b7f1 (diff) |
Added info how to et more attributesconf-2024-02-22-v01
-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"/> |