From 6386fcfe1e88667459f73c78ed0c7a81f5017ab3 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 27 Aug 2014 23:49:59 +0000 Subject: [PATCH] updating readme doc service url description --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index e4544656..7fc2aa72 100644 --- a/README.rdoc +++ b/README.rdoc @@ -138,7 +138,7 @@ An arbitrary Logger instance can be given as the :logger parameter. In the examp log/cas.log file in your Rails app's directory. The service url sets the service parameter that will be sent to CAS for every authentication. This can be useful if you are -implementing the single logout feature or would like to funnel all authentications through a specific action. +implementing the single logout feature (supported by some CAS Servers) or would like to funnel all authentications through a specific action. ==== Re-authenticating on every request (i.e. the "single sign-out problem")