[java-identity-provider] branch master updated: IDP-1431 - Update CAS comment in idp.properties
Scott Cantor
cantor.2 at osu.edu
Thu Apr 16 18:49:17 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f9cf0a82b6c659c95f4366156f9d5b8e86465534
The following commit(s) were added to refs/heads/master by this push:
new f9cf0a8 IDP-1431 - Update CAS comment in idp.properties
f9cf0a8 is described below
commit f9cf0a82b6c659c95f4366156f9d5b8e86465534
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 16 18:49:08 2020 -0400
IDP-1431 - Update CAS comment in idp.properties
https://issues.shibboleth.net/jira/browse/IDP-1431
---
idp-conf/src/main/resources/conf/idp.properties | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/idp.properties b/idp-conf/src/main/resources/conf/idp.properties
index 8064867..b35276e 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -202,11 +202,10 @@ idp.authn.flows = Password
# browser-supported languages, defaults to an empty list.
idp.ui.fallbackLanguages=en,fr,de
-# Storage service used by CAS protocol
+# Storage service used by CAS protocol for proxy-granting tickets
+# and when using server-managed "simple" TicketService.
# Defaults to shibboleth.StorageService (in-memory)
# MUST be server-side storage (e.g. in-memory, memcached, database)
-# NOTE that idp.session.StorageService requires server-side storage
-# when CAS protocol is enabled
#idp.cas.StorageService=shibboleth.StorageService
# CAS service registry implementation class
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list