python-keycloak
python-keycloak copied to clipboard
Reset user 2FA
Currently if a user manages to lose their 2FA data I have to log in to the KeyCloak console and delete their OTP entry from Credentials and then set the Required User Actions to Configure OTP.
I can't seem to find anything in the docs that would allow me to do this programatically. Is this a function in the python-keycloak library?
If you want to have access to all API endpoints, have a look at mantelo. Since it is a wrapper around the HTTP requests, it supports every endpoints your keycloak supports.