Brian Campbell
2017-04-21 22:41:47 UTC
Thanks, James, for the adoption support as well as the review and comments.
I've tried to respond to the comments inline below.
On Thu, Apr 20, 2017 at 11:33 PM, Manger, James <
and allowing it to represent the expected subject which could be in the
cert as the subject DN or a subjectAltName? For Subject DN and DN
subjectAltNames it would be the "String Representation of Distinguished
Names" and an appropriate string for the other subjectAltName types (I'll
have to look at what's there 'cause I don't know off hand and guidance or
suggested text is always more than welcome).
the tls_client_auth_issuer_dn name can certainly be changed to
tls_client_auth_root_dn or something along those lines, if folks think the
name in -01 is liable to cause confusion?
PKI chains can be complex so the expected root might not be such a stable
what is kind of expected to be a common deployment of a number of entities
participating in some OAuth API thing and are being issued certificates
from a common issuer for the group of participants.
Perhaps it should be an array of strings rather than a single value?
Or do you have suggestions for some alternative?
dynamically registration, then I would expect so, yes.
tokens will have a shorter lifespan than certificates and refreshing or
getting a new access token is typically easy anyhow.
Anyway, it doesn't hurt to be explicit about it, can you propose some such
text for the Security Considerations?
different with the benefit of hindsight. But other than having names on the
wire that are more true to the nature of the tokens, I don't know that a
new token_type or HTTP auth scheme adds value to the use cases here.
However, they would likely make deployment of this stuff more cumbersome
and take longer. Whereas many systems can likely plug in mutual TLS on top
of the existing token_type and HTTP auth scheme without major changes. I'm
strongly inclined to not introduce a new token_type and more inclined to
not do a new HTTP auth scheme.
I've tried to respond to the comments inline below.
On Thu, Apr 20, 2017 at 11:33 PM, Manger, James <
I support adoption of draft-campbell-oauth-mtls.
1. [§2.3] The syntax of tls_client_auth_subject_dn is not specified.
Perhaps LDAP's "String Representation of Distinguished Names" [RFC4514]?
Perhaps a base64url-encoding of a DER-encoded DN? It would actually be
better to allow any subjectAltName to be specified, instead of a DN.
How about calling it tls_client_auth_subject and defining it as a string1. [§2.3] The syntax of tls_client_auth_subject_dn is not specified.
Perhaps LDAP's "String Representation of Distinguished Names" [RFC4514]?
Perhaps a base64url-encoding of a DER-encoded DN? It would actually be
better to allow any subjectAltName to be specified, instead of a DN.
and allowing it to represent the expected subject which could be in the
cert as the subject DN or a subjectAltName? For Subject DN and DN
subjectAltNames it would be the "String Representation of Distinguished
Names" and an appropriate string for the other subjectAltName types (I'll
have to look at what's there 'cause I don't know off hand and guidance or
suggested text is always more than welcome).
2. [§2.3] Change the name of tls_client_auth_issuer_dn (maybe
tls_client_auth_root_dn). Given tls_client_auth_client_dn, it will be too
easy to assume this pair refer to the issuer and subject fields of the cert.
The accompanying text tries to make it clear that it's the root issuer buttls_client_auth_root_dn). Given tls_client_auth_client_dn, it will be too
easy to assume this pair refer to the issuer and subject fields of the cert.
the tls_client_auth_issuer_dn name can certainly be changed to
tls_client_auth_root_dn or something along those lines, if folks think the
name in -01 is liable to cause confusion?
PKI chains can be complex so the expected root might not be such a stable
concept. For example, the Let's Encrypt CA chains to an ISRG Root and an
IdenTrust DST Root [https://letsencrypt.org/certificates/].
The goal was to provide a metadata field to express some constraint forIdenTrust DST Root [https://letsencrypt.org/certificates/].
what is kind of expected to be a common deployment of a number of entities
participating in some OAuth API thing and are being issued certificates
from a common issuer for the group of participants.
Perhaps it should be an array of strings rather than a single value?
Or do you have suggestions for some alternative?
3. [§2.3] If a client dynamically registers a "jwks_uri" does this mean
the authz server MUST automatically cope when the client updates the key(s)
it publishes there?
If the authz server supports that kind of trust model as well asthe authz server MUST automatically cope when the client updates the key(s)
it publishes there?
dynamically registration, then I would expect so, yes.
4. [§3] An access token is bound to a specific client certificate. That is
probably ok, but does mean all access tokens die when the client updates
their certificate (which could be every 2 months if using Let's Encrypt).
This at least warrants a paragraph in the Security Considerations.
In my own mind that was implied and okay because it's likely that accessprobably ok, but does mean all access tokens die when the client updates
their certificate (which could be every 2 months if using Let's Encrypt).
This at least warrants a paragraph in the Security Considerations.
tokens will have a shorter lifespan than certificates and refreshing or
getting a new access token is typically easy anyhow.
Anyway, it doesn't hurt to be explicit about it, can you propose some such
text for the Security Considerations?
5. [§3.1] "exp" and "nbf" values in the example need to be numbers, not
strings (drop the quotes).
Silly mistake on my part. Thanks for catching that. Will fix.strings (drop the quotes).
6. An access token linked to a client TLS cert isn't a bearer token. The
spec should really define a new token_type for responses from the token
endpoint. That might not necessarily mean we needs a new HTTP
authentication scheme as well (it might just hint that "Bearer" wasn't
quite the right name).
Indeed "Bearer" isn't quite right and very likely a name that would bespec should really define a new token_type for responses from the token
endpoint. That might not necessarily mean we needs a new HTTP
authentication scheme as well (it might just hint that "Bearer" wasn't
quite the right name).
different with the benefit of hindsight. But other than having names on the
wire that are more true to the nature of the tokens, I don't know that a
new token_type or HTTP auth scheme adds value to the use cases here.
However, they would likely make deployment of this stuff more cumbersome
and take longer. Whereas many systems can likely plug in mutual TLS on top
of the existing token_type and HTTP auth scheme without major changes. I'm
strongly inclined to not introduce a new token_type and more inclined to
not do a new HTTP auth scheme.