Skip to content

hey4dev/keycloak-otp-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak OTP SMS Authentication

1. Compile & Build

$ mvn -e clean install

2. Set kafka ip and port per realm in docker-compose.yml

3. Integration with Keycloak

## Create a new theme
mkdir ${KEYCLOAK_HOME}/themes/otpsms
cp ${PROJECT_HOME}/resources/themes/otpsms/* ${KEYCLOAK_HOME}/themes/otpsms/

## Deploy Jar to Keycloak
cp ${PROJECT_HOME}/target/otp-sms-1.0.0.jar ${KEYCLOAK_HOME}/standalone/deployments/otp-sms-1.0.0.jar

4. Restart Keycloak Server

About

Keycloak OTP Module work with kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published