Merge pull request #2336 from byF/master

Updated docs for KEYCLOAK-1020
This commit is contained in:
Stian Thorgersen 2016-03-08 07:52:40 +01:00
commit 7b578b8c87

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>