ERROR [org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider] (executor-thread-1) Failed to make identity provider oauth callback: java.net.SocketTimeoutException: Read timed out #43586
Unanswered
SahanSudarakaWije
asked this question in
Q&A
Replies: 2 comments
-
|
Same |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Story
We have a sandbox application that uses Keycloak SSO. Recently, we integrated a new application (an asset) that also uses Keycloak-based SSO.
To enable SSO between the two applications, we followed the IDP-SP (Identity Provider - Service Provider) model, with the sandbox acting as the IDP and the new application as the SP.
Integration Steps Followed
Infra Details
Issue
When attempting to login to the new application via the configured Keycloak OpenID IDP (sandbox Keycloak), we sporadically receive a socket timeout error.
This causes intermittent failures in the login flow.
Resolution Steps Attempted (but did not work)
Increased timeout and connection settings in the new application’s Keycloak pod:
Increased “Allowed clock skew” in the IDP configuration in Keycloak — no impact observed.
Logs
Keycloak Versions
Beta Was this translation helpful? Give feedback.
All reactions