How to delete required action #44
harshavardhan1010
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI dasniko
I was working on using your 2fa sms authenticator and I use OpenJDK version of Keycloak, and i added the required actions dependency in providers, which will be required by [keycloak-2FA SMS authenticator] after keeping both the jars in keycloak providers jar it doesn't worked so that i removed both of them eventhough after removal of both dependencies in providers i still get this below error
2024-10-31 21:27:00,357 WARN [org.keycloak.services.managers.AuthenticationManager] (executor-thread-4) Could not find configuration for Required Action mobile-number-ra, did you forget to register it?
My question is that how to remove a required action in a realm if the provider for required action is not present
Beta Was this translation helpful? Give feedback.
All reactions