Minor updates to docs
This commit is contained in:
parent
4a90133d29
commit
0c2767afd7
4 changed files with 21 additions and 20 deletions
|
@ -41,17 +41,17 @@
|
|||
inside the available page width. These lines have been broken up. A '\' at the end of a
|
||||
line means that a break has been introduced to fit in the page, with the following lines
|
||||
indented. So:
|
||||
<programlisting>
|
||||
Let's pretend to have an extremely \
|
||||
long line that \
|
||||
does not fit
|
||||
This one is short
|
||||
</programlisting>
|
||||
<programlisting>
|
||||
Let's pretend to have an extremely \
|
||||
long line that \
|
||||
does not fit
|
||||
This one is short
|
||||
</programlisting>
|
||||
Is really:
|
||||
<programlisting>
|
||||
Let's pretend to have an extremely long line that does not fit
|
||||
This one is short
|
||||
</programlisting>
|
||||
<programlisting>
|
||||
Let's pretend to have an extremely long line that does not fit
|
||||
This one is short
|
||||
</programlisting>
|
||||
</para>
|
||||
</preface>
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
|||
<chapter>
|
||||
<title>Adapters</title>
|
||||
<para>
|
||||
Keycloak can secure a wide variety of application types. This section defines which application
|
||||
Keycloak can secure a wide variety of application types. This section defines which application
|
||||
types are supported and how to configure and install them so that you can use Keycloak to secure
|
||||
your applications.
|
||||
</para>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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,9 +104,8 @@ 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>
|
||||
Password:<emphasis>admin</emphasis>. Keycloak will 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>
|
||||
|
|
Loading…
Reference in a new issue