Minor updates to docs

This commit is contained in:
Stian Thorgersen 2014-03-12 16:57:30 +00:00
parent 4a90133d29
commit 0c2767afd7
4 changed files with 21 additions and 20 deletions

View file

@ -1,6 +1,6 @@
<chapter id="license">
<title>License</title>
<para>RESTEasy is distributed under the ASL 2.0 license. It does not distribute any thirdparty libraries that are
<para>Keycloak is distributed under the ASL 2.0 license. It does not distribute any thirdparty libraries that are
GPL. It does ship thirdparty libraries licensed under
Apache ASL 2.0 and LGPL.
</para>

View file

@ -20,7 +20,7 @@
</listitem>
<listitem>
Social Broker. Enable Google, GitHub, Facebook, Twitter social login with no code required.
Social Login. Enable Google, GitHub, Facebook, Twitter social login with no code required.
</listitem>
<listitem>
@ -63,11 +63,14 @@
<listitem>
Admin Console for managing users, roles, role mappings, applications, user sessions, allowed CORS web origins, and OAuth clients.
</listitem>
<listitem>
Account Management console that allows users to manage their own account
</listitem>
<listitem>
Deployable as a WAR, appliance, or on Openshift.
</listitem>
<listitem>
Supports JBoss AS7, EAP 6.x, and Wildfly applications. Plans to support Node.js, RAILS, GRAILS, and other non-Java deployments
Supports JBoss AS7, EAP 6.x, Wildfly and JavaScript applications. Plans to support Node.js, RAILS, GRAILS, and other non-Java deployments
</listitem>
</itemizedlist>
</para>

View file

@ -56,9 +56,8 @@ keycloak-appliance-dist-all-1.0-alpha-3/
After executing that, log into the admin console at<ulink
url="http://localhost:8080/auth/rest/admin/login">
http://localhost:8080/auth/rest/admin/login</ulink>.
Username:
<emphasis>admin</emphasis>
Password:<emphasis>admin</emphasis>. Keycloak with then prompt you to
Username: <emphasis>admin</emphasis>
Password: <emphasis>admin</emphasis>. Keycloak will then prompt you to
enter in a new password.
</para>
</section>
@ -105,8 +104,7 @@ keycloak-war-dist-all-1.0-alpha-3/
by logging into the admin console at<ulink
url="http://localhost:8080/auth/rest/admin/login">
http://localhost:8080/auth/rest/admin/login</ulink>.
Username:
<emphasis>admin</emphasis>
Username: <emphasis>admin</emphasis>
Password: <emphasis>admin</emphasis>. Keycloak will then prompt you to
enter in a new password.
</para>