saml2aws icon indicating copy to clipboard operation
saml2aws copied to clipboard

Support for macOS TouchID in Okta for FIDO/WebAuthn MFA

Open alsmola opened this issue 2 years ago • 3 comments

The current Okta WebAuthN support in saml2aws relies on https://github.com/marshallbrekka/go-u2fhost which only finds USB-based hardware authenticators.

Using TouchID appears to be implemented in gimme-aws-creds - https://github.com/Nike-Inc/gimme-aws-creds/pull/252 - but not exactly sure what Go library would help us support "Virtual CTAP2 device" in the same way they use https://github.com/dany74q/ctap-keyring-device.

alsmola avatar Dec 01 '21 22:12 alsmola

Any updates?

jackivanov avatar Feb 24 '23 16:02 jackivanov

Any updates on this? It's really annoying to pickup phone and approve requests when you can just touch fingerprint on touchid.

saurabhnemade avatar Jan 27 '24 15:01 saurabhnemade

Looks like there's a virtual FIDO device written in golang: https://github.com/bulwarkid/virtual-fido

genevera avatar Feb 21 '24 16:02 genevera