diff options
author | Paul Scott <paul.scott@kau.se> | 2018-12-11 08:47:11 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2018-12-11 08:47:11 +0000 |
commit | 8f52c712a26da60c5d8770b0c638dcba02336afd (patch) | |
tree | fbd26a765996ff4f37112c133bed9dda1609768e /swamid-2.0/brandkeeper.se-wsfed.xml | |
parent | 5024c3f06f13d89e074381820d326febc59871ff (diff) |
Resolves SWAMIDOPS-1317
Diffstat (limited to 'swamid-2.0/brandkeeper.se-wsfed.xml')
-rw-r--r-- | swamid-2.0/brandkeeper.se-wsfed.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/swamid-2.0/brandkeeper.se-wsfed.xml b/swamid-2.0/brandkeeper.se-wsfed.xml index d054d3dd..6e8044ae 100644 --- a/swamid-2.0/brandkeeper.se-wsfed.xml +++ b/swamid-2.0/brandkeeper.se-wsfed.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" entityID="https://brandkeeper.se/wsfed"> + <Extensions> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> + <samla:AttributeValue>http://www.geant.net/uri/dataprotection-code-of-conduct/v1</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> + </Extensions> <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> @@ -9,6 +16,8 @@ <mdui:Description xml:lang="en">BrandKeeper is a web based system for creation of marketing materials (brochures, folders etc.) and stationery (business card, correspondence cards etc.) to high resolution files ready for print. The service also includes a MediaBank (Digital library).</mdui:Description> <mdui:InformationURL xml:lang="sv">http://www.brandkeeper.se</mdui:InformationURL> <mdui:Logo height="61" width="350">https://www.incited.se/brandkeeper-logo-350.png</mdui:Logo> + <mdui:PrivacyStatementURL xml:lang="en">https://www.incited.se/InSys/v2/Public/PrivacyStatement</mdui:PrivacyStatementURL> + <mdui:PrivacyStatementURL xml:lang="sv">https://www.incited.se/InSys/v2/Public/PrivacyStatement/Sv</mdui:PrivacyStatementURL> </mdui:UIInfo> </Extensions> <KeyDescriptor> @@ -23,7 +32,7 @@ <ServiceName xml:lang="en">SP</ServiceName> <RequestedAttribute Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" isRequired="true" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="eduPersonTargetedID"/> <RequestedAttribute Name="urn:oid:2.16.840.1.113730.3.1.241" isRequired="true" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="displayName"/> - <RequestedAttribute Name="urn:oid:0.9.2342.19200300.100.1.3" isRequired="false" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="mail"/> + <RequestedAttribute Name="urn:oid:0.9.2342.19200300.100.1.3" isRequired="true" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="mail"/> </AttributeConsumingService> </SPSSODescriptor> <Organization> |