Skip to content

Commit

Permalink
Updated Shibboleth SP template config file
Browse files Browse the repository at this point in the history
Updated the Shibboleth SP template configuration file to make it
consistent with the default example configuration from the
Shibboleth SP 3.0.4 release.
  • Loading branch information
skoranda committed Aug 23, 2019
1 parent 02dafff commit 30e5833
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<OutOfProcess tranLogFormat="%u|%s|%IDP|%i|%ac|%t|%attr|%n|%b|%E|%S|%SS|%L|%UA|%a" />

<ApplicationDefaults entityID="%%SHIBBOLETH_SP_ENTITY_ID%%"
REMOTE_USER="eppn persistent-id targeted-id"
REMOTE_USER="eppn subject-id pairwise-id persistent-id"
cipherSuites="DEFAULT:!EXP:!LOW:!aNULL:!eNULL:!DES:!IDEA:!SEED:!RC4:!3DES:!kRSA:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1"
>

Expand All @@ -20,6 +20,8 @@

<Logout>Local</Logout>

<LogoutInitiator type="Admin" Location="/Logout/Admin" acl="127.0.0.1 ::1" />

<Handler type="MetadataGenerator" Location="/Metadata" signing="false"/>

<Handler type="Status" Location="/Status" acl="127.0.0.1 ::1"/>
Expand Down

0 comments on commit 30e5833

Please sign in to comment.