Unresolved Required Action

Hi,

I just found an “old” Keycloak user that can’t authenticate through rest apis because of an error=resolve_required_actions, unresolved required action.
Question: is there a way, in KCL, to find out which required action and how to resolve it?

No required action stays into the user’s details and it looks like having a damaged user

Did you find the solution for this ?

I found this link (which did not help but may in your case): Required Actions | keycloak-documentation

If there are any “Required User Actions” you should be able to remove them from the Users > Details page.

In my case there were no “Required User Actions” so I had to scratch around the database. There is a table ‘user_required_action’. You will need to delete from this table where ‘user_id’ = <your_users_subject>.