Typo in Section 5

Issue #1848 resolved
Nikos Fotiou created an issue

In section 5 the text reads:

client_metadata_uri: OPTIONAL. This parameter enables Verifier's metadata to be passed by reference, rather than by value. The request_uri value is a URL referencing a resource containing a Verifier's metadata object.

Shouldn’t be client_metadata_uri instead of request_uri?

Comments (4)

  1. Tobias Looker

    Confirmed, this is the current text in master

    `client_metadata_uri`: 
    : OPTIONAL. This parameter enables Verifier's metadata to be passed by reference, rather than by value. The value is a URL referencing a resource containing a Verifier's metadata object. The scheme used in the `client_metadata_uri` value MUST be https. The `client_metadata_uri` value MUST be reachable by the Wallet. MUST NOT be present if `client_metadata` parameter is present.
    

    I believe this issue can be resolved

  2. Log in to comment