Add a PasswordPoliciesBean to the FreeMarker context.#32625
Add a PasswordPoliciesBean to the FreeMarker context.#32625ahus1 merged 1 commit intokeycloak:mainfrom
Conversation
ahus1
left a comment
There was a problem hiding this comment.
Thank you for this PR.
GitHub reports "This branch has conflicts that must be resolved". Please rebase and resolve the conflicts. With conflicts, no check will run. Completed checks are the prerequisite for this to be merged.
I'll switch it to "draft" in the meantime. Switch it to "ready for review" once the conflicts have been resolved.
Closes keycloak#32553 Signed-off-by: Garth <[email protected]>
d45799f to
d6b8095
Compare
|
@ahus1 Thanks. I rebased and fixed the conflicts. |
Unreported flaky test detectedIf the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.webauthn.WebAuthnPropertyTest#requiredActionRegistrationKeycloak CI - WebAuthn IT (chrome) org.keycloak.testsuite.webauthn.registration.passwordless.PwdLessResidentKeyRegTest#residentKeyNotRequiredNoRKKeycloak CI - WebAuthn IT (chrome) org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordDisabledUserKeycloak CI - Forms IT (chrome) org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordTwiceKeycloak CI - Forms IT (chrome) org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordExpiredCodeShortPerActionMultipleTimeoutsKeycloak CI - Forms IT (chrome) |
Closes #32553
services/src/main/java/org/keycloak/forms/login/freemarker/model/PasswordPoliciesBean.javaservices/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.javacreateCommonAttributesmethod to add the bean with keypasswordPolicies.