Revert "Updated docs for KEYCLOAK-1020"

This reverts commit 6fe3a3da71.
This commit is contained in:
Stian Thorgersen 2016-03-10 07:17:30 +01:00 committed by Bill Burke
parent 55e9f2e21b
commit dbc49dd742

View file

@ -364,7 +364,7 @@ $ java -jar bin/launcher.jar [your-config.json]
OIDC identity token it received for authentication. OIDC identity token it received for authentication.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>KEYCLOAK-SUBJECT</term> <term>KEYCLOAK_SUBJECT</term>
<listitem> <listitem>
<para> <para>
User id. Corresponds to JWT <literal>sub</literal> and will be the user id Keycloak uses to store User id. Corresponds to JWT <literal>sub</literal> and will be the user id Keycloak uses to store
@ -373,7 +373,7 @@ $ java -jar bin/launcher.jar [your-config.json]
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>KEYCLOAK-USERNAME</term> <term>KEYCLOAK_USERNAME</term>
<listitem> <listitem>
<para> <para>
Username. Corresponds to JWT <literal>preferred_username</literal> Username. Corresponds to JWT <literal>preferred_username</literal>
@ -381,7 +381,7 @@ $ java -jar bin/launcher.jar [your-config.json]
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>KEYCLOAK-EMAIL</term> <term>KEYCLOAK_EMAIL</term>
<listitem> <listitem>
<para> <para>
Email address of user if set. Email address of user if set.
@ -389,7 +389,7 @@ $ java -jar bin/launcher.jar [your-config.json]
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>KEYCLOAK-NAME</term> <term>KEYCLOAK_NAME</term>
<listitem> <listitem>
<para> <para>
Full name of user if set. Full name of user if set.
@ -397,7 +397,7 @@ $ java -jar bin/launcher.jar [your-config.json]
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>KEYCLOAK-ACCESS-TOKEN</term> <term>KEYCLOAK_ACCESS_TOKEN</term>
<listitem> <listitem>
<para> <para>
Send the access token in this header if the proxy was configured to send it. This token can Send the access token in this header if the proxy was configured to send it. This token can
@ -410,7 +410,7 @@ $ java -jar bin/launcher.jar [your-config.json]
<programlisting><![CDATA[ <programlisting><![CDATA[
{ {
"header-names" { "header-names" {
"keycloak-subject": "MY-SUBJECT" "keycloak-subject": "MY_SUBJECT"
} }
} }
]]></programlisting> ]]></programlisting>