Skip to content
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

add note about app-specific URI schemes #526

Merged
merged 2 commits into from
Feb 10, 2024
Merged
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
11 changes: 6 additions & 5 deletions draft-ietf-gnap-core-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,8 @@ GET as described in {{interaction-callback}}.

The client instance's URI MUST be protected by HTTPS, be
hosted on a server local to the RO's browser ("localhost"), or
use an application-specific URI scheme.
use an application-specific URI scheme that is loaded on the
end user's device.

~~~ json
"interact": {
Expand Down Expand Up @@ -1735,7 +1736,7 @@ as described in {{interaction-pushback}}.

The client instance's URI MUST be protected by HTTPS, be
hosted on a server local to the RO's browser ("localhost"), or
use an application-specific URI scheme.
use an application-specific URI scheme that is loaded on the end user's device.

~~~ json
"interact": {
Expand Down Expand Up @@ -2802,7 +2803,7 @@ the URI MAY be opened on a separate device from the client instance
itself. The URI MUST be accessible from an HTTP GET
request and MUST be protected by HTTPS, be
hosted on a server local to the RO's browser ("localhost"), or
use an application-specific URI scheme.
use an application-specific URI scheme that is loaded on the end user's device.

### Interaction at the Static User Code URI {#interaction-usercode}

Expand Down Expand Up @@ -2835,7 +2836,7 @@ the URI is usually opened on a separate device from the client instance
itself. The URI MUST be accessible from an HTTP GET
request and MUST be protected by HTTPS, be
hosted on a server local to the RO's browser ("localhost"), or
use an application-specific URI scheme.
use an application-specific URI scheme that is loaded on the end user's device.


In many cases, the URI indicates a web page hosted at the AS, allowing the
Expand Down Expand Up @@ -2885,7 +2886,7 @@ the URI is usually be opened on a separate device from the client instance
itself. The URI MUST be accessible from an HTTP GET
request and MUST be protected by HTTPS, be
hosted on a server local to the RO's browser ("localhost"), or
use an application-specific URI scheme.
use an application-specific URI scheme that is loaded on the end user's device.


In many cases, the URI indicates a web page hosted at the AS, allowing the
Expand Down
Loading