Re: [webauthn] Microsoft edge Webauthn APIs makecredential throws DOMException 9 (Not SupportedError)

It looks like [MSCredentials is an early draft][msc] of the implementation, and at any rate it's not the API defined by WebAuthn. For examples of how to use the WebAuthn API, you can look at these guides at [MDN][mdn] or [Google Developers][gdev]. These are not by Microsoft, but all the browsers are implementing this same API, so the same code should work in any compliant browser.

If you have further questions, please direct them at public-webauthn@w3.org instead.

[msc]: https://msdn.microsoft.com/en-us/library/mt697639(v=vs.85).aspx
[mdn]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API
[gdev]: https://developers.google.com/web/updates/2018/05/webauthn#creating_a_key_pair_and_registering_a_user

-- 
GitHub Notification of comment by emlun
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/965#issuecomment-399404355 using your GitHub account

Received on Friday, 22 June 2018 10:54:46 UTC