Skip to content

mukcool/keycloak-sms-authenticator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.0%
  • FreeMarker 17.0%