documentation fixed
This commit is contained in:
parent
2b5e0e238d
commit
136f2c8bb7
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue