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
cavage never specified the format to indicate that the keyId should be a URL as we do by specifying the syntax <...> and >...<
The Signging HTTP Messages draft places all the information that previously was placed in the Authorization header in two different ones Signature-Input and Signature
which means that in any case the whole Authorization header will need to be rethought, meaning that using Signature could lead to confusion with existing implementations. Point 1. above could otherwise have been solved by adding a solid attribute to the Signature authorization scheme header.
We could also use another field like Authorization: Solid for example. But really we would like this to go beyond Solid. We still have time for us to grow the community and come to informed consensus.
The text was updated successfully, but these errors were encountered:
In the current HttpSig proposal I suggest using
Authorization: HttpSig
header. In @msporny and @mcavage-stripe's draft-cavage from version 02 onwards, the following header was used:
Authorization: Signature ...
We could use
Signature
as before, except thatkeyId
should be a URL as we do by specifying the syntax<...>
and>...<
Authorization
header in two different onesSignature-Input
andSignature
which means that in any case the whole
Authorization
header will need to be rethought, meaning that usingSignature
could lead to confusion with existing implementations. Point 1. above could otherwise have been solved by adding asolid
attribute to theSignature
authorization scheme header.We could also use another field like
Authorization: Solid
for example. But really we would like this to go beyond Solid. We still have time for us to grow the community and come to informed consensus.The text was updated successfully, but these errors were encountered: