Skip to content

Commit

Permalink
Add casServerUrlPrefix to SingleSignOutFilter for front-channel SLO
Browse files Browse the repository at this point in the history
support (JENKINS-30584).
  • Loading branch information
fcrespel committed Sep 22, 2015
1 parent 9071013 commit 772a31b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -73,6 +73,7 @@ casFilter(ChainedServletFilter) {
filterProcessesUrl = "/" + securityRealm.finishLoginUrl
singleSignOutFilter = bean(SingleSignOutFilter) {
artifactParameterName = casProtocol.artifactParameter
casServerUrlPrefix = securityRealm.casServerUrl
sessionMappingStorage = casSessionMappingStorage
}
},
Expand Down

0 comments on commit 772a31b

Please sign in to comment.