From ba0ed6c8da1bbbff2a5c82ebe9361631aa4349f4 Mon Sep 17 00:00:00 2001 From: Andrew Longmore Date: Mon, 21 Dec 2020 15:54:47 +0000 Subject: [PATCH] fix: change "600" to 600, i.e. number not string --- architecture/deployment/oidc-deployment-and-configuration.md | 4 ++-- code/development-env/config/local/web_auth_config.json | 2 +- .../config/local/web_auth_config_keycloak.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/architecture/deployment/oidc-deployment-and-configuration.md b/architecture/deployment/oidc-deployment-and-configuration.md index f1e7b5adb..b145b899c 100644 --- a/architecture/deployment/oidc-deployment-and-configuration.md +++ b/architecture/deployment/oidc-deployment-and-configuration.md @@ -66,7 +66,7 @@ of different OIDC providers and associated configuration. "scope": "openid profile", "authority": "https://example.eu.auth0.com", "automaticSilentRenew": true, - "accessTokenExpiringNotificationTime": "600", + "accessTokenExpiringNotificationTime": 600, "filterProtocolClaims": true, "loadUserInfo": true, "extraQueryParams": { @@ -95,7 +95,7 @@ of different OIDC providers and associated configuration. "scope": "openid profile email", "authority": "http://keycloak:8080/auth/realms/DataLabs", "automaticSilentRenew": true, - "accessTokenExpiringNotificationTime": "600", + "accessTokenExpiringNotificationTime": 600, "filterProtocolClaims": true, "loadUserInfo": true, "metadata": { diff --git a/code/development-env/config/local/web_auth_config.json b/code/development-env/config/local/web_auth_config.json index 24281b59c..3d969b72e 100644 --- a/code/development-env/config/local/web_auth_config.json +++ b/code/development-env/config/local/web_auth_config.json @@ -7,7 +7,7 @@ "scope": "openid profile", "authority": "https://mjbr.eu.auth0.com", "automaticSilentRenew": true, - "accessTokenExpiringNotificationTime": "600", + "accessTokenExpiringNotificationTime": 600, "filterProtocolClaims": true, "loadUserInfo": true, "extraQueryParams": { diff --git a/code/development-env/config/local/web_auth_config_keycloak.json b/code/development-env/config/local/web_auth_config_keycloak.json index eb8a7ac90..ed2496c59 100644 --- a/code/development-env/config/local/web_auth_config_keycloak.json +++ b/code/development-env/config/local/web_auth_config_keycloak.json @@ -7,7 +7,7 @@ "scope": "openid profile email", "authority": "http://keycloak:8080/auth/realms/DataLabs", "automaticSilentRenew": true, - "accessTokenExpiringNotificationTime": "600", + "accessTokenExpiringNotificationTime": 600, "filterProtocolClaims": true, "loadUserInfo": true, "metadata": {