Hello, I'm trying to understand if the Kratos supp...
# talk-kratos
t
Hello, I'm trying to understand if the Kratos support for WebAuthn makes it possible to leverage the full user experience for passkeys on Apple platforms, not only in the web browser, but also in native applications (iOS, macOS). Can anyone shed a light on this question?
h
Hey 👋 I’m not an expert in this area, but I’ve seen this mentioned in the docs – https://www.ory.sh/docs/kratos/mfa/webauthn-fido-yubikey#limitations
• WebAuthn is a browser-only standard. It doesn’t work with native mobile apps.
t
This indeed looks like a dead-end.
(Thank you @handsome-agency-20541)
Sometimes documentations are not up-to-date, though 😉
h
Yup. That’s why I have added a disclaimer. I would be happy to be corrected 🙂
t
Apple APIs for passkeys require that the client application grabs a challenge from the server. But I indeed can not find any HTTP Kratos api that provides such a challenge in the HTTP API doc.
Let's see if someone can provide a clear answer.
(Thank you in advance!)
I created a discussion on Github as well: https://github.com/ory/kratos/discussions/3038