Skip to content

Commit

Permalink
RP state definition
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Mar 1, 2024
1 parent 7ce851a commit 2688d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/remote-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ response, containing the request URI, are described in the Table below.
- REQUIRED. The HTTPs URL where the Relying Party provides the signed Request Object to the Wallet Instance.
* - **client_id_scheme**
- OPTIONAL. The scheme used by the Relying Party for the client_id, detailing the format and structure and the trust evaluation method. It SHOULD be set with ``entity_id``.
* - **state**
- OPTIONAL. A unique identifier for the current transaction generated by the Relying Party. The value SHOULD be opaque to the Wallet Instance.
* - **request_uri_method**
- OPTIONAL. The HTTP method MUST be set with ``get`` or ``post``. The Wallet Instance should use this method obtain the signed Request Object from the request_uri. If not provided, the Wallet Instance SHOULD use the HTTP method ``get``. If provided, the Wallet Instance SHOULD provide its metadata within the HTTP POST body encoded in ``application/json``.

Expand Down

0 comments on commit 2688d51

Please sign in to comment.