- From: Alexei Czeskis via GitHub <sysbot+gh@w3.org>
- Date: Thu, 20 Apr 2017 23:53:41 +0000
- To: public-webauthn@w3.org
Thanks, Angelo.
We had:
```
dictionary RelyingPartyAccount {
required DOMString rpDisplayName;
required DOMString displayName;
DOMString id; // account identifier, not rp identifier
DOMString name;
DOMString imageURL;
```
So an **RP** name. And **user** display name, name, id, and icon URL.
We have:
```
dictionary ScopedCredentialEntity {
DOMString id;
DOMString name;
USVString icon;
};
```
So an **RP** id, name, icon. And a **User** id, name, icon.
So just by looking at that, the delta is that we gained an **RP** id & icon and lost a **user** display name.
I think you're pointing out that **rpID** was removed from options. You are right, thanks for pointing that out.
So the correct statement is: we gained an **RP** icon and lost a **user** display name.
--
GitHub Notification of comment by leshi
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/413#issuecomment-295974807 using your GitHub account
Received on Thursday, 20 April 2017 23:53:48 UTC