Skip to content

Commit 8129f4a

Browse files
committed
Merge branch 'master' into spring7
2 parents f364fc8 + 89b7867 commit 8129f4a

48 files changed

Lines changed: 986 additions & 562 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/developer-guide/integrations/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Where:
4444
- when set to `true`, the refresh token is used and the session extends every time the session timeout is met
4545

4646
!!! note
47-
`sessionTimeout` and `autorefresh` in `mapstore.properties` are valid for the default session storage. If you are using openID or keycloak, they will not be used.
47+
`sessionTimeout` and `autorefresh` in `mapstore.properties` are valid for the default session storage. If you are using OpenID Connect (including Keycloak or Google), they will not be used — token lifetimes are controlled by the IdP and the `{provider}OAuth2Config.cacheExpirationMinutes` setting in `mapstore-ovr.properties`.
4848

4949
Additionally, on the client side, in order to configure the interval in which is session `refresh` action is fired, one can use the `tokenRefreshInterval` property. It can be configured via `localConfig.json -> tokenRefreshInterval`, the value is in milliseconds.
5050

docs/developer-guide/integrations/users/keycloak-sso-impl.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

docs/developer-guide/integrations/users/keycloak.md

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)