osiam / auth-server

[DEPRECATED] OSIAM auth-server
MIT License
6 stars 6 forks source link

Implement OTP for Two Factor Authentication #41

Closed wallner closed 9 years ago

wallner commented 9 years ago

Provide the ability to use two factor authentication with OSIAM. It would be a good feature to provide an implementation of OTP as specified in RFC 6238. For a start it might to be a good idea to take a look at GoogleAuth and see how far we can get with that.

tkrille commented 9 years ago

Is there a spring-security-... component for that?

thomasdarimont commented 9 years ago

Hi, there are several impls / examples but nothing official AFAIK.

dacrome commented 9 years ago

Moved to https://github.com/osiam/osiam/issues/78