diff --git a/Sample-Static-Configuration-for-using-Google-Authentication.md b/Sample-Static-Configuration-for-using-Google-Authentication.md index d159cd5..80dd959 100644 --- a/Sample-Static-Configuration-for-using-Google-Authentication.md +++ b/Sample-Static-Configuration-for-using-Google-Authentication.md @@ -1,5 +1,3 @@ -**Note that these instructions work only with the 1.2 development branch at this time.** - Google does not allow dynamic client registration, but is otherwise compliant with the OpenID Connect protocol. You have to have the Google+ API enabled in your Google Developer Console order for this to work. There you create 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)).