Can't find OTP over sms for 2fa
Teut2711 opened this issue · 1 comments
Teut2711 commented
I cloned the repository yesterday and then
cd examples
docker compose up
I edited the default service to twilio and put those(<>) attributes there.
keycloak:
image: coopersoft/keycloak:21.0.1_phone-2.2.2
# restart: always
ports:
- 8080:8080
command:
- start-dev --spi-phone-default-service=twilio --spi-message-sender-service-twilio-account=<> --spi-message-sender-service-twilio-token=<> --spi-message-sender-service-twilio-number=<>
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
KC_HEALTH_ENABLED: true
I am unable to see any difference by using the "phone" theme and can't get OTP over sms option.
Teut2711 commented
Looks like we need to delete the existing OTP Form and Condition-user configured for this