-
Notifications
You must be signed in to change notification settings - Fork 15
Seperate schemes for VP/VCI, make custom uri support ecosystem decision #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Christian Bormann <chris.bormann@gmx.de>
awoie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is missing:
# IANA Considerations
## Uniform Resource Identifier (URI) Schemes Registry
This specification registers the following URI scheme
in the IANA "Uniform Resource Identifier (URI) Schemes" registry [@IANA.URI.Schemes].
### haip-vci
* URI Scheme: haip-vci
* Description: Custom scheme used for invoking wallets with credential offers implementing the OIDF HAIP profile
* Status: Permanent
* Well-Known URI Support: -
* Change Controller: OpenID Foundation Digital Credentials Protocols Working Group - openid-specs-digital-credentials-protocols@lists.openid.net
* Reference: (#xxx) of this specification
### haip-vp
* URI Scheme: haip-vp
* Description: Custom scheme used for invoking wallets implementing the OIDF HAIP profile
* Status: Permanent
* Well-Known URI Support: -
* Change Controller: OpenID Foundation Digital Credentials Protocols Working Group - openid-specs-digital-credentials-protocols@lists.openid.net
* Reference: (#xxx) of this specification
<reference anchor="IANA.URI.Schemes" target="https://www.iana.org/assignments/uri-schemes">
<front>
<title>Uniform Resource Identifier (URI) Schemes</title>
<author>
<organization>IANA</organization>
</author>
<date/>
</front>
</reference>
|
wg discussion:
|
|
i believe above changes would also resolve #241 ? |
|
Discussed on EU WG call today, consensus to merge this once the IANA section updated (even though it's not been open a week) to allow us to publish a new numbered draft soon. |
Also remove an annoying trailing space
I'm not sure it does, or at least I didn't think this PR changed anything in the area of same/cross device flows. |
Co-authored-by: Christian Bormann <chris.bormann@gmx.de>
Discussed with Oliver over signal; he's not able to review right now but was happy for us to proceed now the IANA considerations are there.
closes #239
closes #240
closes #248