java - OTP with spring security -


how can implement otp 2 factors authentication in spring security. first, db username , password authentication , based on user role redirect otp authentication?

you using plugin this:

https://github.com/upcrob/spring-security-otp

it hasn't been updated in awhile, @ least may give starting point.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -