Debug School

rakesh kumar
rakesh kumar

Posted on

How to setup and run keycloack in local

Step1:Direct download link (ready-made JAR)

This is a known working SMS OTP plugin with HTTP delivery capability:

🔗 keycloak-sms-authenticator (compiled JAR)
https://github.com/netzbegruenung/keycloak-mfa-plugins

https://github.com/netzbegruenung/keycloak-mfa-plugins/releases

Step2: move jar folder inside provider

Step3:Build Keycloak (REQUIRED)

Open Command Prompt and run:

R:
cd R:\keycloak-26.3.3
bin\kc.bat build
Enter fullscreen mode Exit fullscreen mode

STEP 4: Start Keycloak

bin\kc.bat start-dev
Enter fullscreen mode Exit fullscreen mode

STEP 5: Confirm in Admin UI

Open:

http://localhost:8080/admin
Enter fullscreen mode Exit fullscreen mode

Go to:

Authentication → Flows → Browser → Add execution
Enter fullscreen mode Exit fullscreen mode

You should now see:

SMS Authenticator

SMS OTP Authenticator
Enter fullscreen mode Exit fullscreen mode

Top comments (0)