From 8436c1866b67a420e44e467229f1042f335713b2 Mon Sep 17 00:00:00 2001 From: Michal Hajas Date: Wed, 23 Jun 2021 08:45:42 +0200 Subject: [PATCH] KEYCLOAK-16455 Update JS adapter init method reference with messageReceiveTimeout --- securing_apps/topics/oidc/javascript-adapter.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/securing_apps/topics/oidc/javascript-adapter.adoc b/securing_apps/topics/oidc/javascript-adapter.adoc index b0a2bb0b5f..1e14e77997 100644 --- a/securing_apps/topics/oidc/javascript-adapter.adoc +++ b/securing_apps/topics/oidc/javascript-adapter.adoc @@ -439,6 +439,7 @@ Options is an Object, where: * enableLogging - Enables logging messages from Keycloak to the console (default is `false`). * pkceMethod - The method for Proof Key Code Exchange (https://datatracker.ietf.org/doc/html/rfc7636[PKCE]) to use. Configuring this value enables the PKCE mechanism. Available options: - "S256" - The SHA256 based PKCE method +* messageReceiveTimeout - Set a timeout in milliseconds for waiting for message responses from the Keycloak server. This is used, for example, when waiting for a message during 3rd party cookies check. The default value is 10000. Returns a promise that resolves when initialization completes.