@@ -16,20 +16,20 @@ participant "Wallet" as w
16
16
u --> r : use
17
17
activate r
18
18
19
- r -> wp: navigator.identity.get(\nprotocol="openid4vp",\nrequest="client_id,[client_id_scheme,] \nrequest_uri, request_uri_method=post, \npresentation_definition")
19
+ r -> wp: navigator.identity.get(\nprotocol="openid4vp",\nrequest="client_id, \nrequest_uri, request_uri_method=post, \npresentation_definition")
20
20
21
21
deactivate r
22
22
activate wp
23
23
24
- wp -> ap: forward request (\norigin="example.verifier.com",\nprotocol="openid4vp",\nrequest="client_id,[client_id_scheme,] \nrequest_uri, request_uri_method=post,\n presentation_definition")
24
+ wp -> ap: forward request (\norigin="example.verifier.com",\nprotocol="openid4vp",\nrequest="client_id, \nrequest_uri, request_uri_method=post,\n presentation_definition")
25
25
deactivate wp
26
26
activate ap
27
27
28
28
ap -> ap: match wallet
29
29
ap -> u: use this wallet?
30
30
u -> ap: confirmation
31
31
32
- ap -> w: forward request (\norigin="example.verifier.com",\nprotocol="openid4vp",\nrequest="client_id,[client_id_scheme,] \nrequest_uri, request_uri_method=post,\n presentation_definition")
32
+ ap -> w: forward request (\norigin="example.verifier.com",\nprotocol="openid4vp",\nrequest="client_id, \nrequest_uri, request_uri_method=post,\n presentation_definition")
33
33
deactivate ap
34
34
35
35
activate w
@@ -40,7 +40,7 @@ note over r,w
40
40
end note
41
41
w --> r: POST **request_uri** ([wallet_metadata][, wallet_nonce])
42
42
r -> r: create and sign (and optionally encrypt) request object
43
- r --> w: **signed (optionally encrypted) request object** (client_id, client_id_scheme, wallet_nonce, nonce, \npresentation_definition, state)
43
+ r --> w: **signed (optionally encrypted) request object** (client_id, wallet_nonce, nonce, \npresentation_definition, state)
44
44
w -> w: authenticate and\n authorize Verifier
45
45
46
46
note over u, w: User authentication and Credential selection/confirmation
0 commit comments