<jbi:jbi ...>
   <jbi:services ...>
      <jbi:provides ...>
         ...
         <rest:mapping>
            ...
            <rest:operation name="ged:consulter">
               ...
               <rest:authentication>
                  <rest:jwt>
                     <rest:claim>
                        <rest:name>
                           <rest:constant>name1</rest:constant>
                        </rest:name>
                        <rest:value>
                           <auth:constant>value1</rest:constant>
                        </rest:value>
                     </rest:claim>
                     <rest:claim>
                         <rest:name>
                            <rest:constant>name2</rest:constant>
                         </rest:name>
                         <rest:value>
                            <rest:xpath>...</rest:xpath>
                          </auth:value>
                     </rest:claim>
                     <rest:compress-with>DEF</auth:compress-with>
                     <rest:sign-with algorithm="HS256">
                        <rest:key-file-url>file:///tmp/key</rest:key-file-url>
                     </rest:sign-with>
                  </rest:jwt>
               <rest:authentication>
               ...
            </rest:operation>
            ...
         </rest:mapping>
      </jbi:consumes>
   </jbi:services>
</jbi:jbi>
 
Support added in trunk