You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ballerina/oauth2 module uses a Java HTTP client to retrieve token and to get introspection response. Currently this client is not having any connection or request timeout where we wait infinitely for the connection/response. This limitation can cause unexpected waiting scenarios which affects the performance
Suggested Improvement
Support connection and request timeout in the ClientConfiguration exposed in the oauth2 records. It is necessary to have reasonable default values for these timeouts