diff options
| author | Jesper Brix Rosenkilde <jbr@nordu.net> | 2017-07-07 14:58:12 +0200 |
|---|---|---|
| committer | Jesper Brix Rosenkilde <jbr@nordu.net> | 2017-07-07 14:58:12 +0200 |
| commit | 6f4cfe32c9513dda74829217f272d98a936b62fe (patch) | |
| tree | 3ad36df651499b991f65394fe9188334de186e60 /apache-sp/shibd | |
| parent | 57b57805b3e3f60557e8659d7608e32da9c1a419 (diff) | |
Add sp
Diffstat (limited to 'apache-sp/shibd')
| -rw-r--r-- | apache-sp/shibd/shibboleth2.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/apache-sp/shibd/shibboleth2.xml b/apache-sp/shibd/shibboleth2.xml new file mode 100644 index 0000000..2bc8b7a --- /dev/null +++ b/apache-sp/shibd/shibboleth2.xml @@ -0,0 +1,38 @@ +<SPConfig xmlns="urn:mace:shibboleth:2.0:native:sp:config" + xmlns:conf="urn:mace:shibboleth:2.0:native:sp:config" + xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" + xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" + xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" + clockSkew="180"> + <ApplicationDefaults entityID="https://__SP_HOSTNAME__/shibboleth" + REMOTE_USER="eppn persistent-id targeted-id"> + <Sessions lifetime="28800" timeout="3600" relayState="ss:mem" + checkAddress="false" handlerSSL="true" cookieProps="https"> + <Logout>SAML2 Local</Logout> + <Handler type="MetadataGenerator" Location="/Metadata" signing="false"/> + <Handler type="Status" Location="/Status" acl="127.0.0.1 ::1"/> + <Handler type="Session" Location="/Session" showAttributeValues="false"/> + <Handler type="DiscoveryFeed" Location="/DiscoFeed"/> + <md:AssertionConsumerService Location="/SAML2/POST" + index="1" + Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" + conf:ignoreNoPassive="true" /> + <!-- <SessionInitiator type="Chaining" Location="/Login/https" id="sidp.norud.dev" relayState="cookie" entityID="https://idp.nordu.dev/idp/shibboleth"> --> + <!-- <SessionInitiator type="SAML2" defaultACSIndex="1" acsByIndex="false" template="bindingTemplate.html"/> --> + <!-- </SessionInitiator> --> + <SessionInitiator type="Chaining" Location="/Login/http" id="idp.norud.dev" relayState="cookie" entityID="https://idp.nordu.dev/idp/shibboleth"> + <SessionInitiator type="SAML2" defaultACSIndex="1" acsByIndex="false" template="bindingTemplate.html"/> + </SessionInitiator> + </Sessions> + <Errors supportContact="test@example.com" + helpLocation="/about" /> + <MetadataProvider type="XML" uri="file:///var/www/metadata.xml" backingFilePalth="metadata.xml" reloadInterval="300"></MetadataProvider> + <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/> + <AttributeResolver type="Query" subjectMatch="true"/> + <AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/> + <CredentialResolver type="File" key="__KEYDIR__/private/shibsp.key" certificate="__KEYDIR__/certs/shibsp.crt"/> + </ApplicationDefaults> + <SecurityPolicyProvider type="XML" validate="true" path="security-policy.xml"/> + <ProtocolProvider type="XML" validate="true" reloadChanges="false" path="protocols.xml"/> +</SPConfig> + |
