documentation fixed

This commit is contained in:
Sebastian Rose 2015-05-29 07:57:56 +02:00
parent 2b5e0e238d
commit 136f2c8bb7

View file

@ -389,7 +389,14 @@ $ java -jar bin/launcher.jar [your-config.json]
</listitem>
</varlistentry>
</variablelist>
Header field names can be configured using a map of <term>header-names</term> in configuration file.
Header field names can be configured using a map of <literal>header-names</literal> in configuration file:
<programlisting><![CDATA[
{
"header-names" {
"keycloak-subject": "MY_SUBJECT"
}
}
]]></programlisting>
</para>
</section>
</chapter>