File tree Expand file tree Collapse file tree
en/includes/references/conditional-auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)`
You can’t perform that action at this time.
0 commit comments