Re: [fetch] Add support for federated token binding to fetch (#30)

Include-Referer-Token-Binding-ID shouldn't be relevant for this API. That's a different way for the RP to signal to the UA to reveal the referred token-binding to the IdP. Federation protocols that use redirects would use the Include-Referer-Token-Binding-ID header, and federation protocols that use XHRs would use whatever capabilities fetch exposes for that - but you wouldn't see RPs use both.

On the other hand, anything on the client that processes redirects should be aware of this new response header - if redirection logic is handled by fetch then I guess that's something that it should be aware of.

We'll have new versions of the Token Binding I-Ds out soon. We'll address the issues you and others have pointed out over there.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/30#issuecomment-88187247

Received on Tuesday, 31 March 2015 17:52:43 UTC