-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from raphywink/master
added eppn as req. attribute + updated ContactPerson info
- Loading branch information
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,14 +142,19 @@ rw0WrW2zJLOsFTziL7eQfXNm</ds:X509Certificate> | |
<md:AttributeConsumingService index="1"> | ||
<md:ServiceName xml:lang="en">Bavarian Archive for Speech Signals Service Provider</md:ServiceName> | ||
<md:ServiceDescription xml:lang="en">Bavarian Archive for Speech Signals Service Provider that allows the user to access various resources through the BASRepository that are restricted to academic use.</md:ServiceDescription> | ||
<md:RequestedAttribute FriendlyName="entitlement" | ||
Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.7" | ||
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" | ||
isRequired="false"/> | ||
<md:RequestedAttribute FriendlyName="mail" | ||
Name="urn:oid:0.9.2342.19200300.100.1.3" | ||
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" | ||
isRequired="true"/> | ||
<md:RequestedAttribute FriendlyName="eduPersonPrincipalName" | ||
Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" | ||
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" | ||
isRequired="true"/> | ||
<md:RequestedAttribute FriendlyName="entitlement" | ||
Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.7" | ||
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" | ||
isRequired="false"/> | ||
|
||
</md:AttributeConsumingService> | ||
</md:SPSSODescriptor> | ||
<md:Organization> | ||
|
@@ -168,8 +173,8 @@ rw0WrW2zJLOsFTziL7eQfXNm</ds:X509Certificate> | |
<md:EmailAddress>mailto:[email protected]</md:EmailAddress> | ||
</md:ContactPerson> | ||
<md:ContactPerson contactType="support"> | ||
<md:GivenName>Thomas</md:GivenName> | ||
<md:SurName>Kisler</md:SurName> | ||
<md:EmailAddress>mailto:kisler@phonetik.uni-muenchen.de</md:EmailAddress> | ||
<md:GivenName>Raphael</md:GivenName> | ||
<md:SurName>Winkelmann</md:SurName> | ||
<md:EmailAddress>mailto:bas@bas.uni-muenchen.de</md:EmailAddress> | ||
</md:ContactPerson> | ||
</md:EntityDescriptor> |