Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support YubiKey hardware token #123

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

szechyjs
Copy link

@szechyjs szechyjs commented Dec 2, 2019

Add support for YubiKey MFA. Okta treats it exactly the same as software token, the only difference is factorType = token:hardware

https://help.okta.com/en/prod/Content/Topics/Security/MFA.htm#YubiKey

{
  "id": "ykf22sp0XXXXXXXXXX",
  "factorType": "token:hardware",
  "provider": "YUBICO",
  "vendorName": "YUBICO",
  "profile": {
      "credentialId": "0000112233455"
  },
  "_links": {
    "verify": {
        "href": "https://org.okta.com/api/v1/authn/factors/yyyyyyyyyyyy/verify",
        "hints": {
            "allow": ["POST"]
       }
    }
  }
}

@jmhale jmhale added this to the v0.5.0 milestone Feb 25, 2020
@jmhale jmhale changed the base branch from master to develop February 25, 2020 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants