Skip to content

Commit

Permalink
Merge pull request #526 from ietf-wg-gnap/app-specific-callback
Browse files Browse the repository at this point in the history
add note about app-specific URI schemes
  • Loading branch information
jricher authored Feb 10, 2024
2 parents 5869480 + bace946 commit 22242be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-gnap-core-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,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 @@ -1734,7 +1735,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 @@ -2801,7 +2802,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 @@ -2834,7 +2835,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 @@ -2884,7 +2885,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

0 comments on commit 22242be

Please sign in to comment.