[java-identity-provider] branch maint-3.4 updated: IDP-1431 - Update CAS comment in idp.properties

Scott Cantor cantor.2 at osu.edu
Mon Jun 22 14:23:46 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1fdd8d3989acb3c7af3a623f9c59a489211dffc4

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  1fdd8d398 IDP-1431 - Update CAS comment in idp.properties
1fdd8d398 is described below

commit 1fdd8d3989acb3c7af3a623f9c59a489211dffc4
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 01af91d8a..68efbc256 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -194,11 +194,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