diff --git a/content/en/docs/advanced/related-origins/index.md b/content/en/docs/advanced/related-origins/index.md index 2e329ac..2b4eb9f 100644 --- a/content/en/docs/advanced/related-origins/index.md +++ b/content/en/docs/advanced/related-origins/index.md @@ -137,7 +137,7 @@ For example, if the RP ID is `shopping.com`, the full URL would be `https://shop The server must respond with a content type of `application/json`. -The JSON document must have a member named `origins`, containing an array of valid origins for use with passkeys scoped for the RP ID. +The JSON document must have a member named `origins`, containing an array of valid origins for use with passkeys scoped for the RP ID. Origin(s) matching the RP ID should not be included. > See [Deployment Considerations](#deployment-considerations) below for details on choosing an RP ID. @@ -148,7 +148,6 @@ Below is an example for the RP ID `shopping.com`. ```json { "origins": [ - "https://shopping.com", "https://myshoppingrewards.com", "https://myshoppingcreditcard.com", "https://myshoppingtravel.com", @@ -160,6 +159,8 @@ Below is an example for the RP ID `shopping.com`. } ``` +Notice that `https://shopping.com` and `https://login.shopping.com` are not included, as they match the RP ID (`shopping.com`). + ## Deployment Considerations ### Greenfield Deployments diff --git a/hugo_stats.json b/hugo_stats.json index 8a8836a..59e0489 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -63,11 +63,16 @@ "accordion-header", "accordion-item", "active", + "alert", + "alert-danger", + "alert-light", "align-items-center", + "align-items-start", "align-middle", "align-self-center", "align-top", "anchor", + "articles", "badge", "ball", "bg-body", @@ -76,6 +81,7 @@ "blockquote-alert", "blockquote-alert-heading", "blockquote-alert-note", + "blockquote-alert-tip", "border", "border-0", "border-top", @@ -160,6 +166,7 @@ "fa-github", "fa-house", "fa-key", + "fa-lightbulb", "fa-link", "fa-linkedin", "fa-mastodon", @@ -202,6 +209,8 @@ "h-100", "h6", "heading", + "hero", + "hero-title", "highlight", "hstack", "html-video", @@ -271,6 +280,7 @@ "p-2", "p-3", "p-4", + "pb-4", "pb-5", "pe-1", "position-fixed", @@ -285,9 +295,11 @@ "pt-4", "pt-5", "pt-md-0", + "px-%!d(string=0)", "px-3", "px-4", "px-xxl-0", + "py-%!d(string=0)", "py-1", "py-2", "py-3", @@ -321,6 +333,7 @@ "table-responsive", "table-responsive-md", "table-striped", + "text-", "text-bg-body", "text-bg-secondary", "text-body", @@ -358,6 +371,7 @@ "2-factor-authentication-2fa", "2fa-user", "a-note-about-user-verification", + "about-passkeysdev", "accordion-default", "accordion-default-heading-0", "accordion-default-item-0", @@ -417,6 +431,7 @@ "fa-circle-check", "fa-comments", "fa-face-frown", + "fa-lightbulb", "fa-snowflake", "fab-android", "fab-apple",