Skip to main content
Feedback

Configuration values for PostInput field

PostInputs ValuesAcceptable ValuesDescription
clientIdData Type: String

1. This is an optional value.

2. Provide the clientId in area encrypted value.

3. No default value.

readTimeout

- Data Type: Integer

- Range: 1 - Infinite

1. This is an optional value.

2. Provide the readTimeout value in seconds to connect to the OAuth introspect endpoint.

3. No default value.

connectTimeout

- Data Type: Integer

- Range: 1 - Infinite

1. This is an optional value.

2. Provide the connectTimeout value in seconds to connect to the OAuth introspect endpoint.

3. No default value.

introspectClientCredentialsLocationData 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 clientId and clientSecret values within the body in URL-encoded format.

2. For the header option, provide clientId and clientSecret values within the header as Authorization Basic base64 (clientId:clientSecret) format.

clientSecretData type: String

1. This is an optional value.

2. Provide the clientSecret in area encrypted value.

3. No default value.

introspectRequestURIData Type: String

1. This is an optional value.

2. Provide the complete URI to hit the token request.

3. No default value.