[java-identity-provider] branch main updated: Property to indirect CAS ticket sealer.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 11 14:45:31 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=09a715fc629b1f62ae2abb7c5ecf7f9e44d2133a
The following commit(s) were added to refs/heads/main by this push:
new 09a715fc6 Property to indirect CAS ticket sealer.
09a715fc6 is described below
commit 09a715fc629b1f62ae2abb7c5ecf7f9e44d2133a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 11 09:45:27 2021 -0500
Property to indirect CAS ticket sealer.
---
.../src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
index 7a4bcce58..e249bef56 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
@@ -16,7 +16,7 @@
<bean id="encodingTicketService" class="net.shibboleth.idp.cas.ticket.impl.EncodingTicketService" lazy-init="true"
c:service-ref="#{'%{idp.cas.StorageService:shibboleth.StorageService}'.trim()}"
- c:sealer-ref="encodedTicketSealer" />
+ c:sealer-ref="#{'%{idp.cas.encodedTicketSealer:encodedTicketSealer}'.trim()}" />
<bean id="encodedTicketSealer" lazy-init="true"
class="net.shibboleth.utilities.java.support.security.DataSealer"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list