Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/en/docs/advanced/related-origins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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",
Expand All @@ -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
Expand Down
15 changes: 15 additions & 0 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -76,6 +81,7 @@
"blockquote-alert",
"blockquote-alert-heading",
"blockquote-alert-note",
"blockquote-alert-tip",
"border",
"border-0",
"border-top",
Expand Down Expand Up @@ -160,6 +166,7 @@
"fa-github",
"fa-house",
"fa-key",
"fa-lightbulb",
"fa-link",
"fa-linkedin",
"fa-mastodon",
Expand Down Expand Up @@ -202,6 +209,8 @@
"h-100",
"h6",
"heading",
"hero",
"hero-title",
"highlight",
"hstack",
"html-video",
Expand Down Expand Up @@ -271,6 +280,7 @@
"p-2",
"p-3",
"p-4",
"pb-4",
"pb-5",
"pe-1",
"position-fixed",
Expand All @@ -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",
Expand Down Expand Up @@ -321,6 +333,7 @@
"table-responsive",
"table-responsive-md",
"table-striped",
"text-",
"text-bg-body",
"text-bg-secondary",
"text-body",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -417,6 +431,7 @@
"fa-circle-check",
"fa-comments",
"fa-face-frown",
"fa-lightbulb",
"fa-snowflake",
"fab-android",
"fab-apple",
Expand Down