From 6b53a3f727559f56cbdbe966030085cd5aa6373a Mon Sep 17 00:00:00 2001 From: jricher Date: Mon, 22 Dec 2014 09:46:18 -0800 Subject: [PATCH] Updated Sample Static Configuration for using Google Authentication (markdown) --- Sample-Static-Configuration-for-using-Google-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample-Static-Configuration-for-using-Google-Authentication.md b/Sample-Static-Configuration-for-using-Google-Authentication.md index d07746f..1acdf73 100644 --- a/Sample-Static-Configuration-for-using-Google-Authentication.md +++ b/Sample-Static-Configuration-for-using-Google-Authentication.md @@ -1,6 +1,6 @@ Google has a couple non-standard behaviors that had to be addresses as a special case, thus you can't really use all the types of server configurations, and will be limited to Hybrid or Static where Google is setup in a particular way. -The following example is based on making the sample simple-web-app to work with a Static configuration that uses Google Authentication, one can extrapolate from this to get a Hybrid configuration working. The updates shown here were done to the src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml file (see ). +The following example is based on making the sample simple-web-app to work with a Static configuration that uses Google Authentication, one can extrapolate from this to get a Hybrid configuration working. The updates shown here were done to the `src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml` file (see [client configuration](Client-configuration)). 1. Set the Authentication Filter to use your configurations, in this sample Static configurations: ``` xml