Repository: cxf
Updated Branches:
  refs/heads/master 2345b6e4f -> 0ff6a3c86


[CXF-6490] Readme update


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0ff6a3c8
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0ff6a3c8
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0ff6a3c8

Branch: refs/heads/master
Commit: 0ff6a3c8609507351d29903d04198fd71b650ae5
Parents: 2345b6e
Author: Sergey Beryozkin <sberyoz...@talend.com>
Authored: Thu Jul 16 17:51:33 2015 +0300
Committer: Sergey Beryozkin <sberyoz...@talend.com>
Committed: Thu Jul 16 17:51:33 2015 +0300

----------------------------------------------------------------------
 .../main/release/samples/jax_rs/basic_oidc/README.txt  | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0ff6a3c8/distribution/src/main/release/samples/jax_rs/basic_oidc/README.txt
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/basic_oidc/README.txt 
b/distribution/src/main/release/samples/jax_rs/basic_oidc/README.txt
index d364206..2315c03 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_oidc/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/basic_oidc/README.txt
@@ -3,3 +3,16 @@ JAX-RS Basic OpenId Connect Demo
 
 This demo demonstrates how to authenticate a user with OpenId Connect.
 
+OAuth2 Implicit Flow is implemented by Google Authentication Script.
+
+1. Create a new Client In Google Developer Console,  
+
+Ensure a Redirect URI field is empty and set JavaScript Origins to 
https://localhost:8080. 
+ 
+Build the demo with "mvn install" and start it with
+
+mvn jetty:run-war -Dclient_id=${client_id}
+
+Then start a browser and go to "localhost:8080/user/simpleLogin.jsp"
+
+

Reply via email to