Hello, I've been trying to enable passkeys in self...
# ory-selfhosting
d
Hello, I've been trying to enable passkeys in self-hosted kratos v1.1.0 using the quickstart config and following your docs but the schema validation fails:
Copy code
kratos-kratos-1                      | I[#/selfservice] S[#/properties/selfservice] validation failed
kratos-kratos-1                      |   I[#/selfservice/flows/registration/after] S[#/properties/selfservice/properties/flows/properties/registration/properties/after/$ref] doesn't validate with "#/definitions/selfServiceAfterRegistration"
kratos-kratos-1                      |     I[#/selfservice/flows/registration/after] S[#/definitions/selfServiceAfterRegistration/additionalProperties] additionalProperties "passkey" not allowed
kratos-kratos-1                      |   I[#/selfservice/methods] S[#/properties/selfservice/properties/methods/additionalProperties] additionalProperties "passkey" not allowed
It was already reported here. Could you point me to what is missing in the config please?
l
I don't believe
passkey
support is included in Ory Kratos v1.1.0. https://github.com/ory/kratos/tree/v1.1.0/contrib/quickstart/kratos
c
Yes, just removing passkey entry lines ins the config file will solve the issue @delightful-microphone-63906
d
I see, thanks for your replies. Since I still wanted to try out passkeys, I built an image from the main branch and it seems to work fine so far. Do you have any info on when is the next release coming?
🙌 1
c
That's great info @delightful-microphone-63906, thanks for posting that. i don't the next release data, I am afraid.