Refine processing expected_origins and processing steps#719
Open
Refine processing expected_origins and processing steps#719
Conversation
awoie
commented
Apr 16, 2026
awoie
commented
Apr 16, 2026
awoie
commented
Apr 16, 2026
awoie
commented
Apr 16, 2026
Co-authored-by: Oliver Terbu <o.terbu@gmail.com>
Contributor
Author
|
I removed the term "opaque" as per WG consensus. |
awoie
commented
Apr 16, 2026
awoie
commented
Apr 16, 2026
Co-authored-by: Oliver Terbu <o.terbu@gmail.com>
fkj
reviewed
Apr 20, 2026
Member
fkj
left a comment
There was a problem hiding this comment.
I think the clarity could be improved by also adding text to note that an Origin can really be any string in the definition of Origin.
| Thirdly, cross-device requests benefit from the use of secure transports with proximity checks, which are handled by the OS platform, e.g., using FIDO CTAP 2.2 with hybrid transports. | ||
|
|
||
| And lastly, as part of the request, the Wallet is provided with information about the Verifier's Origin as authenticated by the user agent, which is important for phishing resistance. | ||
| And lastly, as part of the request, the Wallet is provided with information about the Verifier's Origin as authenticated by the trusted platform (e.g., user agent), which is important for phishing resistance. |
Member
There was a problem hiding this comment.
Same comment as above regarding other trusted platforms than user agents.
Collaborator
|
APAC DCP WG discussion:
|
fkj
reviewed
Apr 22, 2026
Comment on lines
123
to
124
| Origin: | ||
| : An identifier for the calling website or native application, asserted by the web or app platform. A web origin is the combination of a scheme/protocol, host, and port, with port being omitted when it matches the default port of the scheme. An app platform may use a linked web origin, or use a platform-specific URI for the app origin. For example, the Verifier for the organization MyExampleOrg is served from https://verify.example.com. The web origin is `https://verify.example.com` with `https` being the scheme, `verify.example.com` being the host, and the port is not explicitly included as `443` is the default port for the protocol `https`. The native applications origin on some platforms will also be `https://verify.example.com` and on other platforms, may be `platform:pkg-key-hash:Z4OFzVVSZrzTRa3eg79hUuHy12MVW0vzPDf4q4zaPs0`. |
Member
There was a problem hiding this comment.
Suggested change
| Origin: | |
| : An identifier for the calling website or native application, asserted by the web or app platform. The Origin MAY be any string, but will typically follow a platform-specific convention. A web origin is the combination of a scheme/protocol, host, and port, with port being omitted when it matches the default port of the scheme. An app platform may use a linked web origin, or use a platform-specific URI for the app origin. For example, the Verifier for the organization MyExampleOrg is served from https://verify.example.com. The web origin is `https://verify.example.com` with `https` being the scheme, `verify.example.com` being the host, and the port is not explicitly included as `443` is the default port for the protocol `https`. The native applications origin on some platforms will also be `https://verify.example.com` and on other platforms, may be `platform:pkg-key-hash:Z4OFzVVSZrzTRa3eg79hUuHy12MVW0vzPDf4q4zaPs0`. |
Contributor
Author
There was a problem hiding this comment.
@fkj Just editorially, I would like to avoid having normative verbs in the terminology section for some reasons (e.g. defining test cases). Does the following work?
Suggested change
| Origin: | |
| : An identifier for the calling website or native application, asserted by the web or app platform. The Origin is any string, but will typically follow a platform-specific convention. A web origin is the combination of a scheme/protocol, host, and port, with port being omitted when it matches the default port of the scheme. An app platform may use a linked web origin, or use a platform-specific URI for the app origin. For example, the Verifier for the organization MyExampleOrg is served from https://verify.example.com. The web origin is `https://verify.example.com` with `https` being the scheme, `verify.example.com` being the host, and the port is not explicitly included as `443` is the default port for the protocol `https`. The native applications origin on some platforms will also be `https://verify.example.com` and on other platforms, may be `platform:pkg-key-hash:Z4OFzVVSZrzTRa3eg79hUuHy12MVW0vzPDf4q4zaPs0`. |
Member
There was a problem hiding this comment.
Yeah, I have no strong opinion on the exact wording here.
Co-authored-by: Frederik Krogsdal Jacobsen <fkj@users.noreply.github.com>
awoie
commented
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #224