Keycloak expired password

After setting authentication -> policies -> Expire password in keycloak
When the password expires, you need to update-password.
If the password expires, is there a way to extend the password without updating the password?

Please let me know if you have any references or solutions.

For your post:

In Keycloak, when you set the “Expire Password” policy, users will be required to update their password after a certain amount of time. Once the password has expired, the user will be prompted to change their password on the next login attempt. As far as I know, there is no way to extend the password without updating the password, as this would defeat the purpose of the policy.

However, there are some workarounds that you could consider:

Increase the expiration time

For more information, you can refer to the Keycloak documentation on password policies:
Server Administration Guide

I hope this will help