You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use DPoP built and signed as previously (see API update-configuration). DPoP must integrate the specific attributes as hash of the token, url of the request endpoint,...
In the body of the POST : message is the message to sign in base64url safe format (usually a hash) kid is the identifier of the key to be used to sign
IN PROGRESS
This ticket allows user to sign with a key stored in a remote HSM (for business wallet or individual wallet).
Wallet request remote signing
Check the flow https://swimlanes.io/u/Rt5vg-FWI
see Update of the wallet provider APIs / Initalisation, authentication and configuration update #2704
see Update of the wallet provider APIs / Initalisation, authentication and configuration update #2704
Use DPoP built and signed as previously (see API update-configuration). DPoP must integrate the specific attributes as hash of the token, url of the request endpoint,...
In the body of the POST :
message
is the message to sign in base64url safe format (usually a hash)kid
is the identifier of the key to be used to signWallet provider portal responds with signed message or 401
The text was updated successfully, but these errors were encountered: