James Hoon Go <pgo...@gmail.com>: Dec 01 09:58AM -0800
Hi all,
I would like to ask questions, and would like to hear advice from the
experts on WebAuthn integration in native iOS mobile applications.
The goal that I am currently trying to achieve
...more
|
David Chadwick <D.W.Ch...@kent.ac.uk>: Dec 01 06:32PM
HI James
On 01/12/2020 17:58, James Hoon Go wrote:
> experts on WebAuthn integration in native iOS mobile applications.
> The goal that I am currently trying to achieve is to implement FIDO2
...more
|
Eldan Ben Haim <el...@transmitsecurity.com>: Dec 01 08:54PM +0200
If you take a look at the WebKit source code you’ll see fido2
implementation there is based on seckeychain.
That said, an alternative to rolling your own could be to launch a safari
...more
|
Eldan Ben Haim <el...@transmitsecurity.com>: Dec 01 09:03PM +0200
(See
https://trac.webkit.org/browser/webkit/tags/Safari-610.4.1/Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm
and
...more
|
James Hoon Go <pgo...@gmail.com>: Dec 01 01:07PM -0800
Hi David,
I was thinking to utilize open-source library
(https://github.com/lyokato/WebAuthnKit-iOS) and modify as needed to fill
any missing gap.
This library is essentially creating private
...more
|
James Hoon Go <pgo...@gmail.com>: Dec 01 01:12PM -0800
Hi,
Thanks for sharing the source for WebKit, that was helpful.
Yes, I understand that it can also be done through
ASWebAuthenticationSession to perform WebAuthn, but the requirement is to
...more
|
David Chadwick <D.W.Ch...@kent.ac.uk>: Dec 01 09:14PM
Hi James
yes this is the library we are using. It works OK and we can set the
protocol parameters to the values that we want for our app. We have made
one mod, namely to remove the keys prompt
...more
|
James Hoon Go <pgo...@gmail.com>: Dec 01 01:15PM -0800
That was exactly what I was thinking to remove as well as well as other
library dependencies that are redundant.
Thanks for sharing!
On Tuesday, December 1, 2020 at 1:14:39 PM UTC-8 David
...more
|
David Chadwick <D.W.Ch...@kent.ac.uk>: Dec 01 10:18PM
We have not fed our mods back yet because we did not know if anyone else
would want them, but given that you do, we can talk to the developer to
see what he thinks
Kind regards
David
...more
|