Reputation: 51
How can I implement OTP 2 factors authentication in spring security. First, DB username and password authentication and based on user role redirect to OTP authentication?
Upvotes: 1
Views: 6301
Reputation: 165
You could look into using a plugin like this:
https://github.com/upcrob/spring-security-otp
It hasn't been updated in awhile, but at the very least may give you a good starting point.
Upvotes: 1