mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.48k stars 766 forks source link

[Feature Request] 2 Factor Authentication Support #1318

Open oleersoy opened 6 years ago

oleersoy commented 6 years ago

It would be great if support for the Applications like Authy and Google Authenticator were integrated into the server. IIUC the Spring stack now has support for the TOTP algorithm.

jricher commented 6 years ago

We're happy to review pull requests to support that in the base project, and any customization or overlay can do so by tying in to user-context.xml configuration in Spring Security.

oleersoy commented 6 years ago

Super - I'm in going through the Spring OAuth2 Repository code ATM - hope to have a better understanding of how to go about this soon.