Configuration values for PostInput field
| PostInputs Values | Acceptable Values | Description |
|---|---|---|
clientId | Data Type: String | 1. This is an optional value. 2. Provide the 3. No default value. |
readTimeout | - Data Type: Integer - Range: 1 - Infinite | 1. This is an optional value. 2. Provide the 3. No default value. |
connectTimeout | - Data Type: Integer - Range: 1 - Infinite | 1. This is an optional value. 2. Provide the 3. No default value. |
introspectClientCredentialsLocation | Data type: String | 1. This is an optional value. 2. In the introspection endpoint request, provide the location where the clientId and secret are passed. 3. The default value is header, and the other option is body. 4. Any other option will give an exception. Note: 1. For the body option, provide 2. For the header option, provide |
clientSecret | Data type: String | 1. This is an optional value. 2. Provide the 3. No default value. |
introspectRequestURI | Data Type: String | 1. This is an optional value. 2. Provide the complete URI to hit the token request. 3. No default value. |