diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml index 6050baedf4..873fd6eb8f 100755 --- a/docbook/reference/en/en-US/modules/server-installation.xml +++ b/docbook/reference/en/en-US/modules/server-installation.xml @@ -270,6 +270,28 @@ keycloak-war-dist-all-1.0-beta-1-SNAPSHOT/ +
+ AS7/EAP6.x Logging + + Accessing the admin console will get these annoying log messages: + + + WARN [org.jboss.resteasy.core.ResourceLocator] (http-/127.0.0.1:8080-3) + Field providers of subresource xxx will not be injected according to spec + + + + + These can be ignored by editing standalone.xml of your jboss installation: + + + + + +]]> + +
SSL/HTTPS Setup diff --git a/project-integrations/aerogear-ups/README.md b/project-integrations/aerogear-ups/README.md index 83732aa173..7a16c26b27 100755 --- a/project-integrations/aerogear-ups/README.md +++ b/project-integrations/aerogear-ups/README.md @@ -1,7 +1,7 @@ Self Bootstrapping Keycloak Server and Application ========================================================== -This is an example of bundling a keycloak server war and application together so that keycloak is bootstrapped out of the +This is an example of bundling two wars: a keycloak server war and application WAR together so that keycloak is bootstrapped out of the box. * There is a testrealm.json file that is used to bootstrap the realm in the auth-server/ project @@ -16,3 +16,9 @@ will now query the auth server url for the public key of the realm. Problems: * Biggest problem is SSL. You have to crack open web.xml to set up a confidential security constraint. You also have to change the adapter config and the realm config to make SSL required. +* You need to set this logging config in standalone.xml otherwise you will get a lot of warning messages when accessing the admin console + + + + + diff --git a/project-integrations/aerogear-ups/auth-server/pom.xml b/project-integrations/aerogear-ups/auth-server/pom.xml index e30625f80a..a878a1941f 100755 --- a/project-integrations/aerogear-ups/auth-server/pom.xml +++ b/project-integrations/aerogear-ups/auth-server/pom.xml @@ -77,30 +77,6 @@ org.json json - - org.keycloak - keycloak-social-github - ${project.version} - - - org.keycloak - keycloak-social-google - ${project.version} - - - org.keycloak - keycloak-social-twitter - ${project.version} - - - org.twitter4j - twitter4j-core - - - org.keycloak - keycloak-social-facebook - ${project.version} - org.keycloak