Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token Binding - Binding bearer tokens to TLS sessions #3

Open
davidgtonge opened this issue Jun 21, 2016 · 0 comments
Open

Token Binding - Binding bearer tokens to TLS sessions #3

davidgtonge opened this issue Jun 21, 2016 · 0 comments

Comments

@davidgtonge
Copy link
Contributor

There has been a lot of noise about the downsides of OAuth 2 bearer tokens - namely that they are susceptible to replay attacks and if stolen would provide an attacker to unfettered access.

Token Binding is a potential solution. [This](https://www.pingidentity.com/en/blog/2015/01/20/new_standards_emerging_for_hok_tokens.html
With) is a good overview of the issue and possible mitigations and this is a more technical overview.

The Financial API Working Group is also discussing recommending Token Binding for Write API access to bank accounts.

While token binding has many advantages:

  • transparent to end-users
  • re-uses existing TLS handshake
  • re-uses existing Public Key Infrastructure

It is not yet available in all browsers or even all TLS libraries, e.g. OpenSSL Feature Request

This issue is for discussion of token binding and to track its implementation status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant