Skip to content

Commit 3553199

Browse files
committed
#456 clarify RP ID inclusion in list
1 parent 7862559 commit 3553199

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

content/en/docs/advanced/related-origins/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For example, if the RP ID is `shopping.com`, the full URL would be `https://shop
137137

138138
The server must respond with a content type of `application/json`.
139139

140-
The JSON document must have a member named `origins`, containing an array of valid origins for use with passkeys scoped for the RP ID.
140+
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.
141141

142142
> See [Deployment Considerations](#deployment-considerations) below for details on choosing an RP ID.
143143
@@ -148,7 +148,6 @@ Below is an example for the RP ID `shopping.com`.
148148
```json
149149
{
150150
"origins": [
151-
"https://shopping.com",
152151
"https://myshoppingrewards.com",
153152
"https://myshoppingcreditcard.com",
154153
"https://myshoppingtravel.com",
@@ -160,6 +159,8 @@ Below is an example for the RP ID `shopping.com`.
160159
}
161160
```
162161

162+
Notice that `https://shopping.com` and `https://login.shopping.com` are not included, as they match the RP ID (`shopping.com`).
163+
163164
## Deployment Considerations
164165

165166
### Greenfield Deployments

hugo_stats.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,16 @@
6363
"accordion-header",
6464
"accordion-item",
6565
"active",
66+
"alert",
67+
"alert-danger",
68+
"alert-light",
6669
"align-items-center",
70+
"align-items-start",
6771
"align-middle",
6872
"align-self-center",
6973
"align-top",
7074
"anchor",
75+
"articles",
7176
"badge",
7277
"ball",
7378
"bg-body",
@@ -76,6 +81,7 @@
7681
"blockquote-alert",
7782
"blockquote-alert-heading",
7883
"blockquote-alert-note",
84+
"blockquote-alert-tip",
7985
"border",
8086
"border-0",
8187
"border-top",
@@ -160,6 +166,7 @@
160166
"fa-github",
161167
"fa-house",
162168
"fa-key",
169+
"fa-lightbulb",
163170
"fa-link",
164171
"fa-linkedin",
165172
"fa-mastodon",
@@ -202,6 +209,8 @@
202209
"h-100",
203210
"h6",
204211
"heading",
212+
"hero",
213+
"hero-title",
205214
"highlight",
206215
"hstack",
207216
"html-video",
@@ -271,6 +280,7 @@
271280
"p-2",
272281
"p-3",
273282
"p-4",
283+
"pb-4",
274284
"pb-5",
275285
"pe-1",
276286
"position-fixed",
@@ -285,9 +295,11 @@
285295
"pt-4",
286296
"pt-5",
287297
"pt-md-0",
298+
"px-%!d(string=0)",
288299
"px-3",
289300
"px-4",
290301
"px-xxl-0",
302+
"py-%!d(string=0)",
291303
"py-1",
292304
"py-2",
293305
"py-3",
@@ -321,6 +333,7 @@
321333
"table-responsive",
322334
"table-responsive-md",
323335
"table-striped",
336+
"text-",
324337
"text-bg-body",
325338
"text-bg-secondary",
326339
"text-body",
@@ -358,6 +371,7 @@
358371
"2-factor-authentication-2fa",
359372
"2fa-user",
360373
"a-note-about-user-verification",
374+
"about-passkeysdev",
361375
"accordion-default",
362376
"accordion-default-heading-0",
363377
"accordion-default-item-0",
@@ -417,6 +431,7 @@
417431
"fa-circle-check",
418432
"fa-comments",
419433
"fa-face-frown",
434+
"fa-lightbulb",
420435
"fa-snowflake",
421436
"fab-android",
422437
"fab-apple",

0 commit comments

Comments
 (0)