Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 854 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 854 Bytes

keycloak-sms-authenticator

To install the SMS Authenticator one has to:

Add the jar to the Keycloak server:
    $ cp target/sms-authenticator.jar _KEYCLOAK_HOME_/providers/

Add two templates to the Keycloak server:
    $ cp themes/openstandia _KEYCLOAK_HOME_/themes/

Configure your REALM to use the SMS Authentication. First create a new REALM (or select a previously created REALM).

Under Authentication > Flows:

Copy 'Browse' flow to 'openstandia browser' flow
Click on 'Actions > Add execution on the 'Openstandia Browser Forms' line and add the 'Twilio SMS Authentication'
Set 'Twilio SMS Authentication' to 'REQUIRED'
To configure the SMS Authernticator, click on Actions Config and fill in the attributes.

Under Authentication > Bindings:

Select 'Browser with SMS' as the 'Browser Flow' for the REALM.