<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">Just bumping this to people's inboxes.</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">If you are interested in this work continuing in the FAPI WG, please reply to this thread.</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif"><br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">Thanks</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif"><br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">Dave</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 9 Jan 2021 at 05:49, Anders Rundgren via Openid-specs-fapi <<a href="mailto:openid-specs-fapi@lists.openid.net">openid-specs-fapi@lists.openid.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2021-01-08 23:33, Brian Campbell wrote:<br>
> It's definitely more than just the claims as it uses and extends DPoP including the HTTP header that carries the DPoP JWT proof.<br>
<br>
I got that.  My question was rather related to the DPoP protocol like:<br>
<a href="https://tools.ietf.org/html/draft-ietf-oauth-dpop-02#section-5" rel="noreferrer" target="_blank">https://tools.ietf.org/html/draft-ietf-oauth-dpop-02#section-5</a><br>
<br>
 From what I deduct see the draft can be used in any context and that is good :)<br>
<br>
Anders<br>
<br>
> <br>
> A slight modification to part of Dave's description might be helpful:<br>
> <br>
> /This specification is an extension to DPoP that supports the following<br>
> <br>
>   1. I*nclusion of a digest of the HTTP body as a claim in the DPoP proof *<br>
>   2. Using DPoP proofs in HTTP responses<br>
>   3. Allowing a signed HTTP response to be cryptographically linked to a signed HTTP request/<br>
> <br>
> <br>
> On Wed, Jan 6, 2021 at 11:17 PM Anders Rundgren via Openid-specs-fapi <<a href="mailto:openid-specs-fapi@lists.openid.net" target="_blank">openid-specs-fapi@lists.openid.net</a> <mailto:<a href="mailto:openid-specs-fapi@lists.openid.net" target="_blank">openid-specs-fapi@lists.openid.net</a>>> wrote:<br>
> <br>
>     Hi Dave,<br>
> <br>
>     I would like the draft to clearly state that it only uses DPoP claims rather than the DPoP protocol.<br>
>     Or is this assertion is wrong?  If so, I'm obviously confused :(<br>
> <br>
>     Thanx,<br>
>     Anders<br>
> <br>
>     On 2021-01-06 16:15, Dave Tonge via Openid-specs-fapi wrote:<br>
>      > Dear WG<br>
>      ><br>
>      > The FAPI2 Advanced spec requires a mechanism for HTTP signing.<br>
>      ><br>
>      > Brian and I have worked on the following spec based on DPoP that could be used to enable this:<br>
>      ><br>
>      > <a href="https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md" rel="noreferrer" target="_blank">https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md</a> <<a href="https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md" rel="noreferrer" target="_blank">https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md</a>> <<a href="https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md" rel="noreferrer" target="_blank">https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md</a> <<a href="https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md" rel="noreferrer" target="_blank">https://bitbucket.org/openid/fapi/src/581a0350bca97240f104fa27f4e9f0d9d851aab0/Financial_API_Simple_HTTP_Message_Integrity_Protocol.md</a>>> (SHIMP)<br>
>      > There has been some discussion in this issue <<a href="https://bitbucket.org/openid/fapi/issues/309/decision-on-message-signing-for-fapi-2" rel="noreferrer" target="_blank">https://bitbucket.org/openid/fapi/issues/309/decision-on-message-signing-for-fapi-2</a> <<a href="https://bitbucket.org/openid/fapi/issues/309/decision-on-message-signing-for-fapi-2" rel="noreferrer" target="_blank">https://bitbucket.org/openid/fapi/issues/309/decision-on-message-signing-for-fapi-2</a>>><br>
>      ><br>
>      > I'll provide some more info below, but my ask of the WG is:<br>
>      ><br>
>      > *Should the FAPI WG adopt this document as a WG draft and start working on it?*<br>
>      ><br>
>      > I would be grateful for any feedback. If there is not support to work on such a spec within the WG then we can leave it and potentially in FAPI2 advanced require http signing but without specifying the method to use.<br>
>      ><br>
>      > ---<br>
>      ><br>
>      > Here is an overview of the spec from the intro:<br>
>      ><br>
>      > /The OAuth working group at the IETF has defined the DPOP standard which "enables a client to demonstrate proof-of-possession of a public/private key pair by including a DPoP header in an HTTP request". DPOP specifies a way for a client to sign a proof which contains claims for the HTTP method and URI. The specification allows DPoP proofs to be extended to protect additional HTTP data.<br>
>      ><br>
>      > This specification is an extension to DPoP that supports the following<br>
>      ><br>
>      >   1. Signing a digest of the HTTP body data<br>
>      >   2. Using DPoP proofs in HTTP responses<br>
>      >   3. Allowing a signed HTTP response to be cryptographically linked to a signed HTTP request<br>
>      ><br>
>      > The aim of this specification is to provide a simple, interoperable method of signing HTTP requests and responses. By utilizing DPOP (which itself utilizes the JOSE suite of standards) and DIGEST there is no need for custom canonicalization rules. The DPoP proof is a simple self-contained JWT and is therefore simple to verify./<br>
>      > ----<br>
>      ><br>
>      > I personally think that the ability to have a standards based approach to link the request and response for http signing will be important for the non-repudiation use-case.<br>
>      ><br>
>      > Issues with other solutions:<br>
>      ><br>
>      > 1. Draft Cavage - custom (error prone) canonicalization and algorithm specification<br>
>      > 2. OBE / ETSI - same problem as Cavage, but with the addition of a strange use of detached JWS for signing caoniclisated http headers rather than the body<br>
>      > 3. Detached JWS (used by OB UK) - only signs the body, requires custom JWT header claims<br>
>      ><br>
>      > In contrast SHIMP has these advantages:<br>
>      >   - uses simple JWTs, easy to implement, interoperable<br>
>      >   - no need for custom JWT header claims<br>
>      >   - no error-prone canonicalization<br>
>      ><br>
>      > I look forward to receiving your feedback.<br>
>      ><br>
>      > Dave<br>
>      ><br>
>      ><br>
>      > Moneyhub Enterprise is a trading style of Moneyhub Financial Technology Limited which is authorised and regulated by the Financial Conduct Authority ("FCA"). Moneyhub Financial Technology is entered on the Financial Services Register (FRN 809360) at <a href="https://register.fca.org.uk/" rel="noreferrer" target="_blank">https://register.fca.org.uk/</a> <<a href="https://register.fca.org.uk/" rel="noreferrer" target="_blank">https://register.fca.org.uk/</a>> <<a href="https://register.fca.org.uk/" rel="noreferrer" target="_blank">https://register.fca.org.uk/</a> <<a href="https://register.fca.org.uk/" rel="noreferrer" target="_blank">https://register.fca.org.uk/</a>>>. Moneyhub Financial Technology is registered in England & Wales, company registration number 06909772. Moneyhub Financial Technology Limited 2020 © Moneyhub Enterprise, Regus Building, Temple Quay, 1 Friary, Bristol, BS1 6EA.<br>
>      ><br>
>      > DISCLAIMER: This email (including any attachments) is subject to copyright, and the information in it is confidential. Use of this email or of any information in it other than by the addressee is unauthorised and unlawful. Whilst reasonable efforts are made to ensure that any attachments are virus-free, it is the recipient's sole responsibility to scan all attachments for viruses. All calls and emails to and from this company may be monitored and recorded for legitimate purposes relating to this company's business. Any opinions expressed in this email (or in any attachments) are those of the author and do not necessarily represent the opinions of Moneyhub Financial Technology Limited or of any other group company.<br>
>      ><br>
>      ><br>
>      ><br>
>      > _______________________________________________<br>
>      > Openid-specs-fapi mailing list<br>
>      > <a href="mailto:Openid-specs-fapi@lists.openid.net" target="_blank">Openid-specs-fapi@lists.openid.net</a> <mailto:<a href="mailto:Openid-specs-fapi@lists.openid.net" target="_blank">Openid-specs-fapi@lists.openid.net</a>><br>
>      > <a href="http://lists.openid.net/mailman/listinfo/openid-specs-fapi" rel="noreferrer" target="_blank">http://lists.openid.net/mailman/listinfo/openid-specs-fapi</a> <<a href="http://lists.openid.net/mailman/listinfo/openid-specs-fapi" rel="noreferrer" target="_blank">http://lists.openid.net/mailman/listinfo/openid-specs-fapi</a>><br>
>      ><br>
> <br>
>     _______________________________________________<br>
>     Openid-specs-fapi mailing list<br>
>     <a href="mailto:Openid-specs-fapi@lists.openid.net" target="_blank">Openid-specs-fapi@lists.openid.net</a> <mailto:<a href="mailto:Openid-specs-fapi@lists.openid.net" target="_blank">Openid-specs-fapi@lists.openid.net</a>><br>
>     <a href="http://lists.openid.net/mailman/listinfo/openid-specs-fapi" rel="noreferrer" target="_blank">http://lists.openid.net/mailman/listinfo/openid-specs-fapi</a> <<a href="http://lists.openid.net/mailman/listinfo/openid-specs-fapi" rel="noreferrer" target="_blank">http://lists.openid.net/mailman/listinfo/openid-specs-fapi</a>><br>
> <br>
> <br>
> /CONFIDENTIALITY NOTICE: This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, distribution or disclosure by others is strictly prohibited.  If you have received this communication in error, please notify the sender immediately by e-mail and delete the message and any file attachments from your computer. Thank you./<br>
<br>
_______________________________________________<br>
Openid-specs-fapi mailing list<br>
<a href="mailto:Openid-specs-fapi@lists.openid.net" target="_blank">Openid-specs-fapi@lists.openid.net</a><br>
<a href="http://lists.openid.net/mailman/listinfo/openid-specs-fapi" rel="noreferrer" target="_blank">http://lists.openid.net/mailman/listinfo/openid-specs-fapi</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:1em;font-weight:bold;line-height:1.4"><div style="color:rgb(97,97,97);font-family:"Open Sans";font-size:14px;font-weight:normal;line-height:21px"><div style="font-family:Arial,Helvetica,sans-serif;font-size:0.925em;line-height:1.4;color:rgb(220,41,30);font-weight:bold"><div style="font-size:14px;font-weight:normal;color:rgb(51,51,51);font-family:lato,"open sans",arial,sans-serif;line-height:normal"><div style="color:rgb(0,164,183);font-weight:bold;font-size:1em;line-height:1.4"><div style="font-weight:400;color:rgb(51,51,51);line-height:normal"><div style="color:rgb(0,164,183);font-weight:bold;font-size:1em;line-height:1.4">Dave Tonge</div><div style="font-size:0.8125em;line-height:1.4">CTO</div><div style="font-size:0.8125em;line-height:1.4;margin:0px"><a href="http://www.google.com/url?q=http%3A%2F%2Fmoneyhubenterprise.com%2F&sa=D&sntz=1&usg=AFQjCNGUnR5opJv5S1uZOVg8aISwPKAv3A" style="color:rgb(131,94,165)" target="_blank"><img alt="Moneyhub Enterprise" height="50" src="http://content.moneyhub.co.uk/images/teal_Moneyhub-Ent_logo_200x50.png" title="Moneyhub Enterprise" width="200" style="border: none; padding: 0px; border-radius: 2px; margin: 7px;"></a></div><div style="padding:8px 0px"><div style="padding:8px 0px"><div style="letter-spacing:normal;line-height:normal"><div style="padding:8px 0px"><span style="font-size:11px;line-height:15.925px;color:rgb(0,164,183);font-weight:bold">t: </span><span style="font-size:11px;line-height:15.925px">+44 (0)117 280 5120</span><br></div></div><div style="letter-spacing:normal;line-height:normal"><span style="font-size:11px;line-height:15.925px"><br></span></div><div style="color:rgb(97,97,97);font-family:"Open Sans";letter-spacing:normal"><div style="line-height:1.4"><span style="color:rgb(51,51,51);font-family:lato,"open sans",arial,sans-serif;font-size:0.75em">Moneyhub Enterprise is a trading style of Moneyhub Financial Technology Limited which is authorised and regulated by the Financial Conduct Authority ("FCA"). Moneyhub Financial Technology is entered on the Financial Services Register </span><span style="color:rgb(51,51,51);font-family:lato,"open sans",arial,sans-serif;font-size:0.75em;background-color:transparent">(FRN </span><span style="color:rgb(0,164,183);font-family:lato,"open sans",arial,sans-serif;font-size:10.5px;font-weight:700">809360</span><span style="color:rgb(51,51,51);font-family:lato,"open sans",arial,sans-serif;background-color:transparent;font-size:0.75em">) at <a href="http://fca.org.uk/register" target="_blank">fca.org.uk/register</a>. M</span><span style="color:rgb(51,51,51);font-family:lato,"open sans",arial,sans-serif;background-color:transparent;font-size:10.5px">oneyhub</span><span style="color:rgb(51,51,51);font-family:lato,"open sans",arial,sans-serif;background-color:transparent;font-size:0.75em"> Financial Technology is registered in England & Wales, company registration number </span><span style="color:rgb(51,51,51);font-family:lato,"open sans",arial,sans-serif;background-color:transparent;font-size:0.75em"> </span><span style="font-weight:bold;color:rgb(0,164,183);font-family:lato,"open sans",arial,sans-serif;background-color:transparent;font-size:0.75em">06909772</span><span style="background-color:transparent"><font color="#333333" face="lato, open sans, arial, sans-serif"><span style="font-size:0.75em"> .</span></font></span></div><div style="font-family:lato,"open sans",arial,sans-serif;color:rgb(51,51,51);line-height:1.4"><span style="background-color:transparent;font-size:10.5px">Moneyhub</span><span style="background-color:transparent;font-size:0.75em"> Financial Technology Limited 2018 </span><span style="background-color:transparent;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:x-small">©</span></div><div style="font-family:lato,"open sans",arial,sans-serif;color:rgb(51,51,51);line-height:1.4"><span style="background-color:transparent;font-size:0.75em"><br></span></div><div style="font-family:lato,"open sans",arial,sans-serif;color:rgb(51,51,51);line-height:1.4"><span style="background-color:transparent;font-size:0.75em;color:rgb(136,136,136)">DISCLAIMER: This email (including any attachments) is subject to copyright, and the information in it is confidential. Use of this email or of any information in it other than by the addressee is unauthorised and unlawful. Whilst reasonable efforts are made to ensure that any attachments are virus-free, it is the recipient's sole responsibility to scan all attachments for viruses. All calls and emails to and from this company may be monitored and recorded for legitimate purposes relating to this company's business. Any opinions expressed in this email (or in any attachments) are those of the author and do not necessarily represent the opinions of Moneyhub Financial Technology Limited or of any other group company.</span></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>

<br>
<p dir="ltr" style="font-weight:bold"><font face="Arial" color="#808080" size="1">Moneyhub Enterprise is a trading style of Moneyhub Financial Technology Limited which is authorised and regulated by the Financial Conduct Authority ("FCA"). Moneyhub Financial Technology is entered on the Financial Services Register (FRN 809360) at <a href="https://register.fca.org.uk/" target="_blank"><span>https://register.fca.org.uk/</span></a>. Moneyhub Financial Technology is registered in England & Wales, company registration number 06909772. Moneyhub Financial Technology Limited 2020 © Moneyhub Enterprise, Regus Building, Temple Quay, 1 Friary, Bristol, BS1 6EA. </font></p><p dir="ltr" style="font-weight:bold"><span style="color:rgb(128,128,128);font-family:Arial;font-weight:400"><font size="1">DISCLAIMER: This email (including any attachments) is subject to copyright, and the information in it is confidential. Use of this email or of any information in it other than by the addressee is unauthorised and unlawful. Whilst reasonable efforts are made to ensure that any attachments are virus-free, it is the recipient's sole responsibility to scan all attachments for viruses. All calls and emails to and from this company may be monitored and recorded for legitimate purposes relating to this company's business. Any opinions expressed in this email (or in any attachments) are those of the author and do not necessarily represent the opinions of Moneyhub Financial Technology Limited or of any other group company.</font></span></p><br>