Skip to content

Commit b038300

Browse files
Merge pull request #6079 from wso2/fixing-product-is-issue-27621-1776691959
Fix: Add httpPost connection configuration information for Asgardeo (Product IS issue #27621)
2 parents 7abddca + 450c412 commit b038300

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

en/includes/references/conditional-auth/api-reference.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- markdownlint-disable-file MD007 -->
2+
13
# Conditional authentication - API reference
24

35
{{ product_name }} provides a set of defined functions and objects to write your conditional authentication script. They are grouped as follows:
@@ -1087,6 +1089,43 @@ The HTTP POST function enables sending HTTP POST requests to specified endpoints
10871089
}
10881090
```
10891091
1092+
{% if product_name == "Asgardeo" %}
1093+
!!! note
1094+
Asgardeo uses the following default connection configurations for `httpPost` requests:
1095+
1096+
<table>
1097+
<thead>
1098+
<tr>
1099+
<th>Configuration</th>
1100+
<th>Description</th>
1101+
<th>Default Value</th>
1102+
</tr>
1103+
</thead>
1104+
<tbody>
1105+
<tr>
1106+
<td><strong>Connection timeout</strong></td>
1107+
<td>The maximum time (in milliseconds) to wait when establishing a connection to an external service.</td>
1108+
<td>3000 ms</td>
1109+
</tr>
1110+
<tr>
1111+
<td><strong>Read (socket) timeout</strong></td>
1112+
<td>The maximum time (in milliseconds) to wait for a response from an external service.</td>
1113+
<td>3000 ms</td>
1114+
</tr>
1115+
<tr>
1116+
<td><strong>Connection request timeout</strong></td>
1117+
<td>The maximum time (in milliseconds) to wait to obtain a connection from the connection pool.</td>
1118+
<td>1000 ms</td>
1119+
</tr>
1120+
<tr>
1121+
<td><strong>Retry count</strong></td>
1122+
<td>The number of retry attempts for requests.</td>
1123+
<td>2</td>
1124+
</tr>
1125+
</tbody>
1126+
</table>
1127+
{% endif %}
1128+
10901129
### Resolve multi attribute login identifier
10911130
10921131
`resolveMultiAttributeLoginIdentifier(loginIdentifier, tenantDomain)`

0 commit comments

Comments
 (0)