diff --git a/docs/kratos/passwordless/05_passkeys.mdx b/docs/kratos/passwordless/05_passkeys.mdx index 2e1e8e338..7b0534082 100644 --- a/docs/kratos/passwordless/05_passkeys.mdx +++ b/docs/kratos/passwordless/05_passkeys.mdx @@ -72,7 +72,7 @@ import TabItem from '@theme/TabItem'; `} - + {`selfservice: methods: passkey: @@ -80,6 +80,20 @@ import TabItem from '@theme/TabItem'; config: display_name: "My Display Name"`} + + {`selfservice: + methods: + passkey: + enabled: true + config: + rp: + display_name: Your Application name + # Set 'id' to the top-level domain. + id: localhost + # Set 'origin' to the exact URL of the page that prompts the user to use WebAuthn. You must include the scheme, host, and port. + origins: + - http://localhost:4455`} + ```