From 4af5e3cae4ee5e363661d0c73aecb07c0dee44b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Crespo=20Garc=C3=ADa?= Date: Fri, 13 Mar 2026 15:57:05 +0100 Subject: [PATCH] Replace refresh token expiration time property with the correct one --- .../configuration/authentication/overview.md | 12 ++++++------ .../configuration/authentication/overview.md | 12 ++++++------ .../configuration/authentication/overview.md | 12 ++++++------ .../configuration/authentication/overview.md | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/overview.md b/platform-enterprise_docs/enterprise/configuration/authentication/overview.md index 67c273d28..fe8e1486c 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/overview.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/overview.md @@ -114,11 +114,11 @@ tower: Platform login sessions remain active as long as the application browser window remains open and active. Sessions use short-lived access tokens that are automatically refreshed via heartbeat. -| Setting | Default | Description | -| :------------------------- | :--------- | :--------------------------------------------------------------------- | -| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | -| `micronaut.security.token.jwt.signatures.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | -| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | +| Setting | Default | Description | +|:------------------------------------------------------------------|:-----------|:----------------------------------------------------------------------------| +| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | +| `micronaut.security.token.jwt.generator.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | +| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | **tower.yml** @@ -127,7 +127,7 @@ micronaut: security: token: jwt: - signatures: + generator: refresh-token: expiration: 8h generator: diff --git a/platform-enterprise_versioned_docs/version-25.1/enterprise/configuration/authentication/overview.md b/platform-enterprise_versioned_docs/version-25.1/enterprise/configuration/authentication/overview.md index 67c273d28..fe8e1486c 100644 --- a/platform-enterprise_versioned_docs/version-25.1/enterprise/configuration/authentication/overview.md +++ b/platform-enterprise_versioned_docs/version-25.1/enterprise/configuration/authentication/overview.md @@ -114,11 +114,11 @@ tower: Platform login sessions remain active as long as the application browser window remains open and active. Sessions use short-lived access tokens that are automatically refreshed via heartbeat. -| Setting | Default | Description | -| :------------------------- | :--------- | :--------------------------------------------------------------------- | -| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | -| `micronaut.security.token.jwt.signatures.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | -| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | +| Setting | Default | Description | +|:------------------------------------------------------------------|:-----------|:----------------------------------------------------------------------------| +| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | +| `micronaut.security.token.jwt.generator.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | +| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | **tower.yml** @@ -127,7 +127,7 @@ micronaut: security: token: jwt: - signatures: + generator: refresh-token: expiration: 8h generator: diff --git a/platform-enterprise_versioned_docs/version-25.2/enterprise/configuration/authentication/overview.md b/platform-enterprise_versioned_docs/version-25.2/enterprise/configuration/authentication/overview.md index 67c273d28..fe8e1486c 100644 --- a/platform-enterprise_versioned_docs/version-25.2/enterprise/configuration/authentication/overview.md +++ b/platform-enterprise_versioned_docs/version-25.2/enterprise/configuration/authentication/overview.md @@ -114,11 +114,11 @@ tower: Platform login sessions remain active as long as the application browser window remains open and active. Sessions use short-lived access tokens that are automatically refreshed via heartbeat. -| Setting | Default | Description | -| :------------------------- | :--------- | :--------------------------------------------------------------------- | -| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | -| `micronaut.security.token.jwt.signatures.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | -| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | +| Setting | Default | Description | +|:------------------------------------------------------------------|:-----------|:----------------------------------------------------------------------------| +| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | +| `micronaut.security.token.jwt.generator.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | +| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | **tower.yml** @@ -127,7 +127,7 @@ micronaut: security: token: jwt: - signatures: + generator: refresh-token: expiration: 8h generator: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/overview.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/overview.md index 67c273d28..fe8e1486c 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/overview.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/overview.md @@ -114,11 +114,11 @@ tower: Platform login sessions remain active as long as the application browser window remains open and active. Sessions use short-lived access tokens that are automatically refreshed via heartbeat. -| Setting | Default | Description | -| :------------------------- | :--------- | :--------------------------------------------------------------------- | -| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | -| `micronaut.security.token.jwt.signatures.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | -| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | +| Setting | Default | Description | +|:------------------------------------------------------------------|:-----------|:----------------------------------------------------------------------------| +| `micronaut.security.token.generator.access-token.expiration` | 3600s (1h) | Short-lived token, auto-refreshed via heartbeat | +| `micronaut.security.token.jwt.generator.refresh-token.expiration` | 6h | Session idle timeout — users are logged out after this period of inactivity | +| `micronaut.security.token.refresh.cookie.cookie-max-age` | 12h | Browser cookie lifetime (should be ≥ refresh token) | **tower.yml** @@ -127,7 +127,7 @@ micronaut: security: token: jwt: - signatures: + generator: refresh-token: expiration: 8h generator: