Skip to content

Commit 30b16a8

Browse files
avanscoylrzhou25
authored andcommitted
Added to Authentication API (#1424)
1 parent 2d11c57 commit 30b16a8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

main/config/navigation/api.authentication.en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
"docs/api/authentication/passwordless/verify"
2828
]
2929
},
30+
{
31+
"group": "Passkeys",
32+
"pages": [
33+
"docs/api/authentication/passkey/challenge",
34+
"docs/api/authentication/passkey/register"
35+
]
36+
},
3037
{
3138
"group": "Signup",
3239
"pages": ["docs/api/authentication/signup/create-a-new-user"]

main/docs/api/authentication/passkey/challenge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ A successful response contains the WebAuthn parameters your application passes t
5757
</ResponseField>
5858

5959
<ResponseField name="rpId" type="string">
60-
[Relying party identifier(RP ID)](/docs/authenticate/database-connections/passkeys#relying-party-id-for-passkeys). Defaults to the tenant custom domain. When the tenant has a custom relying party identifier configured, Auth0 returns the `rp.id` value instead.
60+
[Relying party identifier (RP ID)](/docs/authenticate/database-connections/passkeys#relying-party-id-for-passkeys). Defaults to the tenant custom domain. When the tenant has a custom relying party identifier configured, Auth0 returns the `rp.id` value instead.
6161
</ResponseField>
6262

6363
<ResponseField name="userVerification" type="string">

0 commit comments

Comments
 (0)