Skip to content
#

two-factor-authentication

Here are 239 public repositories matching this topic...

frostschutz
frostschutz commented Apr 25, 2020

Yahoo Japan supports one time passwords using their own app. Their info page about it: https://id.yahoo.co.jp/security/otp.html

andOTP did not recognize their QR code. It's encoded as:

yjotp://totp/username?secret=################################

Also tried copy-paste but that resulted in wrong values; I might have done something wrong.

andOTP produces the correct values when enter

cornelinux
cornelinux commented Apr 4, 2020

It might be useful to have a generic system for documenting anything within PrivacyIDEA. However that is a rather large undertaking.

See: #1814

We could have a table for documentation and then add links in this table where it links to.
But the questions would be

  • where display the documentation
  • to whom display the documention?
    • for users?
    • for admins?
robomotic
robomotic commented Jan 23, 2017

[Edit by @cbetta]

Add documentation on what callback actually is. For most people it's clear to be a function but even then it would be good to document what to expect exactly.

[Original issue]

Hello there,
would it be possible to add the response to all function calls ?
Otherwise I am unable to determine if for example an SMS message was sent.

Cheers.

Golang + Beego 编写 提供开发/运维常用操作的HTTP API接口: 手机归属地查询、IP地址查询、工作日节假日判断、微信报警、钉钉报警、2步验证、密码存储、发送邮件、生成随机密码等功能

  • Updated Apr 2, 2019
  • Go
Dragon988
Dragon988 commented Apr 20, 2020

When using TOTP the user password should -always- go to the TOTP app, even if wrong.

It should not say "wrong password" prior to the TOTP app for security reasons. This app should not let the attacker know they have the correct password!

Current behavior:

Attempt login - wrong password - error
Attempt login - correct password - totp - error | This lets the attacker know the password is c

Improve this page

Add a description, image, and links to the two-factor-authentication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the two-factor-authentication topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.