File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/main/resources/wfc/schemas Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,21 @@ $defs:
137137 description : " How to extract the token from a JSON response, as such JSON could have few fields, possibly nested. \
138138 It is expressed as a JSON Pointer (RFC 6901)."
139139 type : string
140+ extractFromHeader :
141+ description : " If the token is sent by the auth server in a HTTP header of the response, specify the name of the \
142+ HTTP header (e.g., 'X-Auth-Token') where the token should be extracted from."
140143 httpHeaderName :
141144 description : " When sending a token in an HTTP header, specify to which header to add it (e.g., 'Authorization')."
142145 type : string
143146 headerPrefix :
144- description : " When sending out the obtained token in an HTTP header, specify if there should be any \
147+ description : " When sending out the obtained token in an HTTP header, specify if there should be any \
145148 prefix (e.g., 'Bearer ' or 'JWT '). If needed, make sure it has trailing space(s)."
146149 type : string
150+ headerPostfix :
151+ description : " When sending out the obtained token in an HTTP header, specify if there should be any predefined \
152+ postfix string to append after the token. For example, if the token value must be inside quotes '',
153+ then the closing quote ' can be specified in this postfix."
154+ type : string
147155 # ##
148156 PayloadUsernamePassword :
149157 description : " Payload with username and password information. \
You can’t perform that action at this time.
0 commit comments