22 |
|
|
23 |
<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. --> |
<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. --> |
24 |
<ApplicationDefaults entityID="{{ shib_entity_id }}" |
<ApplicationDefaults entityID="{{ shib_entity_id }}" |
25 |
REMOTE_USER="eppn eptid targeted-id persistent-id"> |
REMOTE_USER="eppn epuid eptid targeted-id persistent-id"> |
26 |
|
|
27 |
<!-- |
<!-- |
28 |
Controls session lifetimes, address checks, cookie handling, and the protocol handlers. |
Controls session lifetimes, address checks, cookie handling, and the protocol handlers. |
53 |
<Handler type="MetadataGenerator" Location="/Metadata" signing="false"> |
<Handler type="MetadataGenerator" Location="/Metadata" signing="false"> |
54 |
<mdui:UIInfo> |
<mdui:UIInfo> |
55 |
<mdui:DisplayName xml:lang="en">{{ shib_meta_name }}</mdui:DisplayName> |
<mdui:DisplayName xml:lang="en">{{ shib_meta_name }}</mdui:DisplayName> |
56 |
<mdui:Description xml:lang="en">{{ shib_meta_name }}</mdui:Description> |
<mdui:Description xml:lang="en">{{ shib_meta_desc }}</mdui:Description> |
57 |
|
<mdui:InformationURL xml:lang="en">{{ shib_meta_url }}</mdui:InformationURL> |
58 |
</mdui:UIInfo> |
</mdui:UIInfo> |
59 |
<md:Organization> |
<md:Organization> |
60 |
<md:OrganizationName xml:lang="en">{{ shib_meta_org }}</md:OrganizationName> |
<md:OrganizationName xml:lang="en">{{ shib_meta_org }}</md:OrganizationName> |
66 |
<md:SurName>{{ shib_meta_contact_surname }}</md:SurName> |
<md:SurName>{{ shib_meta_contact_surname }}</md:SurName> |
67 |
<md:EmailAddress>{{ shib_meta_contact_mail }}</md:EmailAddress> |
<md:EmailAddress>{{ shib_meta_contact_mail }}</md:EmailAddress> |
68 |
</md:ContactPerson> |
</md:ContactPerson> |
69 |
|
<md:ContactPerson contactType="support"> |
70 |
|
<md:GivenName>{{ shib_meta_contact_name_2 }}</md:GivenName> |
71 |
|
<md:SurName>{{ shib_meta_contact_surname_2 }}</md:SurName> |
72 |
|
<md:EmailAddress>{{ shib_meta_contact_mail_2 }}</md:EmailAddress> |
73 |
|
</md:ContactPerson> |
74 |
|
|
75 |
|
<md:AttributeConsumingService index="0"> |
76 |
|
<md:ServiceName xml:lang="en">{{ shib_meta_name }}</md:ServiceName> |
77 |
|
<md:ServiceDescription xml:lang="en">{{ shib_meta_desc }}</md:ServiceDescription> |
78 |
|
|
79 |
|
<!-- user identifier --> |
80 |
|
<md:RequestedAttribute 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" FriendlyName="eduPersonPrincipalName"/> |
81 |
|
<md:RequestedAttribute Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.13" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="eduPersonUniqueId"/> |
82 |
|
<md:RequestedAttribute Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="eduPersonTargetedID"/> |
83 |
|
|
84 |
|
<!-- user's name --> |
85 |
|
<md:RequestedAttribute Name="urn:oid:2.16.840.1.113730.3.1.241" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="displayName"/> |
86 |
|
<md:RequestedAttribute Name="urn:oid:2.5.4.42" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="givenName"/> |
87 |
|
<md:RequestedAttribute Name="urn:oid:2.5.4.4" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="sn"/> |
88 |
|
<md:RequestedAttribute Name="urn:oid:2.5.4.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="cn"/> |
89 |
|
|
90 |
|
<!-- additional user attribs --> |
91 |
|
<md:RequestedAttribute Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="mail"/> |
92 |
|
<md:RequestedAttribute Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.11" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="eduPersonAssurance"/> |
93 |
|
|
94 |
|
<!-- organisational attribs --> |
95 |
|
<md:RequestedAttribute Name="urn:oid:1.3.6.1.4.1.25178.1.2.9" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="schacHomeOrganization"/> |
96 |
|
</md:AttributeConsumingService> |
97 |
</Handler> |
</Handler> |
98 |
|
|
99 |
<!-- Status reporting service. --> |
<!-- Status reporting service. --> |