Skip to content

Commit

Permalink
fixed iss
Browse files Browse the repository at this point in the history
  • Loading branch information
tlodderstedt committed Nov 2, 2023
1 parent 9dff282 commit f945d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagrams/create_request_uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deactivate r
u --> w: **signed authorization request**\n(client_id, create_request_uri, state)
activate w
w --> w: check authorization request signature
w --> rp: POST **create request request** (\nstate,\n[OPTIONAL]iss, \n[OPTIONAL]wallet_metadata, \n[OPTIONAL]w_nonce, \n[OPTIONAL]w_ephm_key, \n[OPTIONAL]wallet attestation, wallet attestation pop(v_nonce))
w --> rp: POST **create request request** (\nstate,\n[OPTIONAL]issuer, \n[OPTIONAL]wallet_metadata, \n[OPTIONAL]w_nonce, \n[OPTIONAL]w_ephm_key, \n[OPTIONAL]wallet attestation, wallet attestation pop(v_nonce))
note over u, w: HTTP status code 401 signals need to authenticate
rp --> wm: [OPTIONAL] get wallet metadata
wm --> rp: [OPTIONAL] wallet metadata
Expand Down

0 comments on commit f945d54

Please sign in to comment.