You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
Figured I would file this as just an impending FYI.
Okta just transitioned our org from U2F factors to FIDO2 (WebAuthN).
This means that all our code that was looking for u2f factors suddenly broke.
I'm not sure if that change was specific to our org, or Okta wide.
For reference this is our internal change that does the bare minimum to mitigate the issue. It probably does not properly implement true webauthn, but you can use it as a guide for a U2F to WebAuthN migration path.
Yes, I noticed that when I asked Okta to enable the WebAuthn early access feature on my org's account, the U2F factor in MFA enrollment was replaced by a WebAuthn factor; i.e., it appears that you can enable either U2F or WebAuthn, but not both.
Figured I would file this as just an impending FYI.
Okta just transitioned our org from U2F factors to FIDO2 (WebAuthN).
This means that all our code that was looking for
u2f
factors suddenly broke.I'm not sure if that change was specific to our org, or Okta wide.
For reference this is our internal change that does the bare minimum to mitigate the issue. It probably does not properly implement true
webauthn
, but you can use it as a guide for a U2F to WebAuthN migration path.https://github.com/wearefair/okta-auth/pull/8/files
The text was updated successfully, but these errors were encountered: