Amr Khaled
Amr Khaled

Reputation: 51

OTP with spring security

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

Answers (1)

upcrob
upcrob

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

Related Questions