-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
docs
Describe the bug
New feature flag persistent-user-sessions is missing the trailing s in documentation and upgrading guide for Keycloak 25
Version
25.0.0
Regression
- The issue is a regression
Expected behavior
Documentation is correct
Actual behavior
Documentation is not correct
How to Reproduce?
Start a server docker run -p 8080:8080 quay.io/keycloak/keycloak:25.0.0 start-dev --features=persistent-user-session and get this error :
persistent-user-session is an unrecognized feature, it should be one of [account-api, account3, admin-api, admin-fine-grained-authz, admin2, authorization, ciba, client-policies, client-secret-rotation, client-types, declarative-ui, device-flow, docker, dpop, dynamic-scopes, fips, impersonation, js-adapter, kerberos, login2, multi-site, oid4vc-vci, organization, par, passkeys, persistent-user-sessions, preview, recovery-codes, scripts, step-up-authentication, token-exchange, transient-users, update-email, web-authn]
Anything else?
I will create a PR