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

Unable to get the Challenge Id for Security Key Authentication #132

Open
Venkatasatishb opened this issue Mar 14, 2023 · 3 comments
Open
Labels
bug Something isn't working

Comments

@Venkatasatishb
Copy link

Describe the bug?

We are unable to fetch the Security key challengeData using SDK and there are no contextual data models in SDK

What is expected to happen?

Able to read the challengeData for security key Authentication.

What is the actual behavior?

We are unable to read the challenge Data for Authenticating the security key

Reproduction Steps?

  1. Start the Authentication.
  2. Select Security Key Factor to Authenticate.
  3. We need Challenge Data to Authenticate the Security key but unable to read it.
  4. guard let currentAuthenticator = response.authenticators.current else{return}
    if currentAuthenticator.type == .securityKey {
    let contextualData = currentAuthenticator.contextualData // No ContextualData
    }

Additional Information?

No response

SDK Version(s)

3.0.8

Build Information

No response

@Venkatasatishb Venkatasatishb added the bug Something isn't working label Mar 14, 2023
@anweshannu
Copy link

@mikenachbaur-okta Can you give a ETA for it

@mikenachbaur-okta
Copy link
Contributor

Hi @anweshannu, my apologies for the delay. We don't currently support security key or other authentication factors. The contextualData for those authenticators isn't exposed.

Which authenticator types are you trying to support in your app?

@anweshannu
Copy link

External Security keys: Yubikey Fido, Yubikey Bio and Fetian Security keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants