Skip to content

Commit 4858cf3

Browse files
authored
Merge pull request #457 from passkeydeveloper/456-ror-tweaks
#456 clarify RP ID inclusion in list
2 parents 0794ba9 + 3553199 commit 4858cf3

2 files changed

Lines changed: 9 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"accordion-header",
6464
"accordion-item",
6565
"active",
66+
"alert",
67+
"alert-danger",
68+
"alert-light",
6669
"align-items-center",
6770
"align-items-start",
6871
"align-middle",
@@ -78,6 +81,7 @@
7881
"blockquote-alert",
7982
"blockquote-alert-heading",
8083
"blockquote-alert-note",
84+
"blockquote-alert-tip",
8185
"border",
8286
"border-0",
8387
"border-top",
@@ -162,6 +166,7 @@
162166
"fa-github",
163167
"fa-house",
164168
"fa-key",
169+
"fa-lightbulb",
165170
"fa-link",
166171
"fa-linkedin",
167172
"fa-mastodon",
@@ -426,6 +431,7 @@
426431
"fa-circle-check",
427432
"fa-comments",
428433
"fa-face-frown",
434+
"fa-lightbulb",
429435
"fa-snowflake",
430436
"fab-android",
431437
"fab-apple",

0 commit comments

Comments
 (0)