- From: Mike Jones via GitHub <sysbot+gh@w3.org>
- Date: Mon, 24 Apr 2017 23:21:20 +0000
- To: public-webauthn@w3.org
To make Account Chooser work (which I think we can agree that we all want to be possible), it's important that we have clearly defined fields that contain these data values: Display Name: John Smith Account Identifier: John.Smith@example.com or +14255551212 We also also probably want the userID 123456778. PR #423 proposes one assignment of names to hold these values: user.name: John Smith user.detailedName: John.Smith@example.com id: 123456778 Account Chooser won't work if we stay with what we have checked in right now, so I believe we have to make a choice. The other reasonable solution (originally proposed by @equalsJeffH ) is this assignment: user.name: John.Smith@example.com user.displayName: John Smith id: 12345678 Could people please express a preference for one or the other, or proposal another actionable alternative for us to consider? Thanks. -- GitHub Notification of comment by selfissued Please view or discuss this issue at https://github.com/w3c/webauthn/issues/413#issuecomment-296848571 using your GitHub account
Received on Monday, 24 April 2017 23:21:27 UTC