From f63872b8b0967ad5901ea6f5f80fff2526711b31 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 9 Jan 2014 17:06:29 +0000 Subject: [PATCH 1/2] KEYCLOAK-228 Updated instructions to add Google --- .../admin/partials/provider/google-help.html | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/google-help.html b/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/google-help.html index 1c2eae13e6..048a8ca956 100755 --- a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/google-help.html +++ b/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/google-help.html @@ -1,36 +1,35 @@

- Open https://code.google.com/apis/console/. From - the - drop-down menu select Create. + Open https://cloud.google.com/console/project. + Click Create Project.

-

Use any name that you'd like, click Create Project, select API Access and click on Create an OAuth - 2.0 client ID.

+

Use any project name and id that you'd want and click Create. Wait for the project to be created.

-

Use any product name you'd like and leave the other fields empty, then click Next. On the next page select Web - application - as the application type. Click more options next to Your site or hostname. Fill in the form with the - following values:

+

Click APIs & auth, under APIs make sure Google+ API is ON. -

+

Click Credentials and click on Create New Client ID. Select Web application as Application + type. Authorized Javascript origins should be empty. Add {{callbackUrl}} to Authorized redirect + URI. Click Create Client ID

. -

Click on Create client ID. Insert Client ID and Client secret in the form below.

+

Insert Client ID and Client secret in the form below.

+
- +
+
- +
-

Close the help panel and click save changes.

+

Close the help panel and click save changes.

\ No newline at end of file From aaae0ff2f7f12dc3353ab5d600f55ecf591eddf7 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 9 Jan 2014 17:06:58 +0000 Subject: [PATCH 2/2] Updated Undertow to same version as in WildFly CR1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80813f6c6a..48246591d2 100755 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.1.2 3.0.5.Final - 1.0.0.Beta28 + 1.0.0.Beta30 2.5.0.Beta6 2.11.2 3.1.1.GA