-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Validate client session timeout and lifetime settings on realm settings edit #44968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate client session timeout and lifetime settings on realm settings edit #44968
Conversation
98dae2c to
822ebae
Compare
...storage-private/src/main/java/org/keycloak/storage/datastore/DefaultExportImportManager.java
Outdated
Show resolved
Hide resolved
...storage-private/src/main/java/org/keycloak/storage/datastore/DefaultExportImportManager.java
Outdated
Show resolved
Hide resolved
...storage-private/src/main/java/org/keycloak/storage/datastore/DefaultExportImportManager.java
Outdated
Show resolved
Hide resolved
...storage-private/src/main/java/org/keycloak/storage/datastore/DefaultExportImportManager.java
Outdated
Show resolved
Hide resolved
...storage-private/src/main/java/org/keycloak/storage/datastore/DefaultExportImportManager.java
Outdated
Show resolved
Hide resolved
...storage-private/src/main/java/org/keycloak/storage/datastore/DefaultExportImportManager.java
Outdated
Show resolved
Hide resolved
tests/base/src/test/java/org/keycloak/tests/admin/realm/RealmUpdateTest.java
Show resolved
Hide resolved
c7e8bd2 to
ed82725
Compare
ryanemerson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have pushed a couple of commits to simplify things, please see the commit message for an explanation.
We also still need to update docs/documentation/upgrading/topics/changes/changes-26_5_0.adoc to reflect that we now validate the client settings.
...storage-private/src/main/java/org/keycloak/storage/datastore/DefaultExportImportManager.java
Outdated
Show resolved
Hide resolved
e0bc865 to
e9e934c
Compare
Closes keycloak#44910 Signed-off-by: Ruchika <[email protected]> Signed-off-by: Ryan Emerson <[email protected]> Co-authored-by: Ryan Emerson <[email protected]>
e9e934c to
87da3db
Compare
Signed-off-by: Alexander Schwartz <[email protected]>
ahus1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the change! I've updated the migration guide a bit to also include the realm settings that are now validated.
Validate client session timeout and lifetime settings on realm settings edit and testcase for the same.
Closes #44910