Updated docs for KEYCLOAK-1020
This commit is contained in:
parent
f597f163f7
commit
6fe3a3da71
1 changed files with 6 additions and 6 deletions
|
@ -364,7 +364,7 @@ $ java -jar bin/launcher.jar [your-config.json]
|
|||
OIDC identity token it received for authentication.
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>KEYCLOAK_SUBJECT</term>
|
||||
<term>KEYCLOAK-SUBJECT</term>
|
||||
<listitem>
|
||||
<para>
|
||||
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>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>KEYCLOAK_USERNAME</term>
|
||||
<term>KEYCLOAK-USERNAME</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Username. Corresponds to JWT <literal>preferred_username</literal>
|
||||
|
@ -381,7 +381,7 @@ $ java -jar bin/launcher.jar [your-config.json]
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>KEYCLOAK_EMAIL</term>
|
||||
<term>KEYCLOAK-EMAIL</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Email address of user if set.
|
||||
|
@ -389,7 +389,7 @@ $ java -jar bin/launcher.jar [your-config.json]
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>KEYCLOAK_NAME</term>
|
||||
<term>KEYCLOAK-NAME</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Full name of user if set.
|
||||
|
@ -397,7 +397,7 @@ $ java -jar bin/launcher.jar [your-config.json]
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>KEYCLOAK_ACCESS_TOKEN</term>
|
||||
<term>KEYCLOAK-ACCESS-TOKEN</term>
|
||||
<listitem>
|
||||
<para>
|
||||
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[
|
||||
{
|
||||
"header-names" {
|
||||
"keycloak-subject": "MY_SUBJECT"
|
||||
"keycloak-subject": "MY-SUBJECT"
|
||||
}
|
||||
}
|
||||
]]></programlisting>
|
||||
|
|
Loading…
Reference in a new issue