Skip to content

Commit

Permalink
Merge pull request #51 from DonOmalVindula/fix/25170
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Oct 10, 2024
2 parents 617e2ac + b69ef15 commit af3f05c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ postLogoutRedirectURI=http://localhost:8080/oidc-sample-app/oauth2client

**Description:** This parameter denotes the timeout in milliseconds for establishing the connection to the OpenID Provider. 2000 ms (2 seconds) by default.

> **Note**
> You may need to adjust this value based on the network latency and the response time of the OpenID Provider.
**Sample:**

```
Expand All @@ -236,6 +239,9 @@ httpConnectTimeout=2000

**Description:** This parameter denotes the timeout in milliseconds for reading the data received from the OpenID Provider. 2000 ms (2 seconds) by default.

> **Note**
> You may need to adjust this value based on the network latency and the response time of the OpenID Provider.
**Sample:**

```
Expand Down

0 comments on commit af3f05c

Please sign in to comment.