Excluding specific users from password policies

Basic Scenario in Keycloak:

  • I have a realm (connected to my application)
  • a specific user (with roles for my application; e.g. I use the username to send REST requests to the REST API of my application)
  • and a password policy (e.g. “Expire Password”)

Use Case:
By default, password policies apply to all users. Now, however, I want to exclude this specific user from the password policies.

Question:
Can I exclude this user from the password policies with out-of-the-box functions in the graphical user interface of the Keycloak Admin Console?

~

Possible solution attempts: